Interface: ChatReply
Represents a reply generated by the chat engine, including optional Discord payloads.
Properties
components?
optional components: any;
Discord UI components (buttons, selects, etc.).
embeds?
optional embeds: any;
Embed payloads returned with the reply.
files?
optional files: any;
File attachments included with the reply.
flags?
optional flags: any;
Message flags to apply to the reply.
text?
optional text: string;
Plain text content for the reply.