Interface

MessagePayloadData

Properties

allowed_mentions?: APIAllowedMentions | null
attachments?: Array<{ id: number; filename: string; description?: string | null }>
content?: string | null
embeds?: RESTPostAPIEmbed[] | null
flags?: number
message_reference?: APIMessageReference | null
tts?: boolean