Appearance
SendBodyResult
Package: @erinjs/core
API-ready body from MessageSendOptions or text content (serializes EmbedBuilder, includes attachments when files present).
Properties
| Name | Type | Readonly | Optional | Description |
|---|---|---|---|---|
attachments | { id: number; filename: string; title?: string | null; description?: string | null; flags?: number; }[] | No | Yes | |
content | string | No | Yes | |
embeds | APIEmbed[] | No | Yes | |
flags | number | No | Yes | Message flags (e.g. SuppressNotifications for reply without ping). |