Type alias parsedMessageInternal

parsedMessage: {
    embeds: APIEmbed[];
    mentions: {
        channels: string[];
        reactions: string[];
        roles: string[];
        users: string[];
    };
    parsedArr: parsedTextResponse[];
    parsedText: string;
}

A parsed message

Type declaration

  • embeds: APIEmbed[]
  • mentions: {
        channels: string[];
        reactions: string[];
        roles: string[];
        users: string[];
    }
    • channels: string[]
    • reactions: string[]
    • roles: string[]
    • users: string[]
  • parsedArr: parsedTextResponse[]
  • parsedText: string

Generated using TypeDoc