Variable ConstantsConst

Constants: {
    DeletableMessageTypes: DeletableMessageType[];
    GuildTextBasedChannelTypes: GuildTextBasedChannelTypes[];
    MaxBulkDeletableMessageAge: 1209600000;
    NonSystemMessageTypes: NonSystemMessageType[];
    SelectMenuTypes: SelectMenuType[];
    StickerFormatExtensionMap: Record<StickerFormatType, ImageFormat>;
    SweeperKeys: SweeperKey[];
    TextBasedChannelTypes: TextBasedChannelTypes[];
    ThreadChannelTypes: ThreadChannelType[];
    UndeletableMessageTypes: UndeletableMessageType[];
    VoiceBasedChannelTypes: VoiceBasedChannelTypes[];
}

Type declaration

Generated using TypeDoc