Регистрирует чат-платформы (Telegram, VK, MAX, Viber) в приложение. Это подмножество fullPlatforms — только текстовые мессенджеры.
Контекст приложения
import { Bot } from 'umbot';import { botPlatforms } from 'umbot/plugins';const bot = new Bot();bot.use(botPlatforms); // подключает Telegram, VK, Viber, Max Copy
import { Bot } from 'umbot';import { botPlatforms } from 'umbot/plugins';const bot = new Bot();bot.use(botPlatforms); // подключает Telegram, VK, Viber, Max
Регистрирует чат-платформы (Telegram, VK, MAX, Viber) в приложение. Это подмножество fullPlatforms — только текстовые мессенджеры.