Interface ClientInfoForBots

interface ClientInfoForBots {
    button_actions: MessagesTemplateActionTypeNames[];
    carousel: number | boolean;
    inline_keyboard: number | boolean;
    keyboard: number | boolean;
    lang_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

carousel: number | boolean

client has support carousel

inline_keyboard: number | boolean

client has support inline keyboard

keyboard: number | boolean

client has support keyboard

lang_id: number

client or user language id

Generated using TypeDoc