Type alias ForumTopicCommentReactionPayload

ForumTopicCommentReactionPayload: {
    channelId: string;
    createdBy: string;
    emote: EmotePayload;
    forumTopicCommentId: number;
    forumTopicId: number;
}

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: EmotePayload
  • forumTopicCommentId: number

    The ID of the forum topic comment

  • forumTopicId: number

    The ID of the forum topic

Generated using TypeDoc