Interface MessageReference

interface MessageReference {
    channelId: null | string;
    failIfNotExists: null | boolean;
    guildId: null | string;
    messageId: null | string;
}

Properties

channelId: null | string
failIfNotExists: null | boolean
guildId: null | string
messageId: null | string

Generated using TypeDoc