Interface EventMessageReactionRemoveAll

interface EventMessageReactionRemoveAll {
    channelId: string;
    messageId: string;
}

Properties

Properties

channelId: string
messageId: string

Generated using TypeDoc