Interface DocReactionTypes

Hierarchy

  • DocReactionTypes

Properties

Properties

doc: Doc | {
    channelID: string;
    guild: Guild | {
        id?: string;
    };
    id: number;
}

Type declaration

  • channelID: string
  • guild: Guild | {
        id?: string;
    }
  • id: number
emoji: APIEmote
reactor: Member | {
    id: string;
}

Type declaration

  • id: string