umbot - v2.0.1
    Preparing search index...

    Interface IBotBotClassAndType

    Внутренний интерфейс для хранения информации о классе бота и его типе Используется для определения подходящего обработчика запросов

    IBotBotClassAndType

    const botInfo: IBotBotClassAndType = {
    botClass: new Telegram(),
    type: T_TELEGRAM
    };
    interface IBotBotClassAndType {
        botClass: null | TemplateTypeModel;
        type: null | number;
    }
    Index

    Properties

    Properties

    botClass: null | TemplateTypeModel

    Класс для обработки запросов конкретной платформы

    type: null | number

    Тип платформы (T_ALISA, T_VK и т.д.)