Type alias AnnouncementReactionPayload

AnnouncementReactionPayload: {
    announcementId: string;
    channelId: string;
    createdBy: string;
    emote: EmotePayload;
}

Type declaration

  • announcementId: string

    The ID of the announcement

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: EmotePayload

Generated using TypeDoc