Type alias SharedMessageData

SharedMessageData: {
    attachments: AttachmentOptions[];
    components: ComponentRow[];
    content: string;
    flags?: MessageFlags;
    tts: boolean;
}

Type declaration

Generated using TypeDoc