umbot
    Preparing search index...

    Function botPlatforms

    • Регистрирует чат-платформы (Telegram, VK, MAX, Viber) в приложение. Это подмножество fullPlatforms — только текстовые мессенджеры.

      Parameters

      • appContext: AppContext

        Контекст приложения

      Returns void

      import { Bot } from 'umbot';
      import { botPlatforms } from 'umbot/plugins';

      const bot = new Bot();
      bot.use(botPlatforms); // подключает Telegram, VK, Viber, Max
    Index

    Properties

    Properties

    isPlugin: boolean