Type alias MessageReference

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

Type declaration

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

Generated using TypeDoc