Type alias Message

Message: string | {
    args?: MessageEmbed[];
    format: string;
}

Describes a message displayed at the top of the screen. Can include embedded buttons or other objects.

Type declaration

Generated using TypeDoc