Type alias DocCommentReactionPayload

DocCommentReactionPayload: {
    channelId: string;
    createdBy: string;
    docCommentId: number;
    docId: number;
    emote: EmotePayload;
}

Type declaration

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • docCommentId: number

    The ID of the doc comment

  • docId: number

    The ID of the doc

  • emote: EmotePayload

Generated using TypeDoc