Interface MediaAddMentionedUserInput

interface MediaAddMentionedUserInput {
    mediaId: string;
    mentionSharingEnabled?: boolean;
    userIds: string[];
}

Properties

mediaId: string
mentionSharingEnabled?: boolean

Most likely you can choose whether to allow re-sharing or not, but I am not sure.

userIds: string[]