Interface
SendBodyResult
API-ready body from MessageSendOptions.
Properties
| Name | Type | Description |
|---|---|---|
| allowed_mentions? | APIAllowedMentions | |
| attachments? | Array< | { id: number; filename: string; title?: string | null; description?: string | null; flags?: number; } | RESTPostAPIMessageUploadedAttachment > | |
| content? | string | |
| embeds? | RESTPostAPIEmbed[] | |
| favorite_meme_id? | string | |
| flags? | number | |
| message_reference? | APIMessageReference | |
| nonce? | string | |
| sticker_ids? | string[] | |
| tts? | boolean |