cyberlex404/telegram_bots_api

Telegram bots API

dev-8.x-1.x 2018-03-26 13:08 UTC

This package is auto-updated.

Last update: 2024-09-11 06:29:16 UTC


README

基本功能

创建自己的机器人

  • 创建插件 Drupal\MODULENAME\Plugin\TelegramBots\YourPluginName
    • id - 插件的ID可以是任何值
    • configurable = TRUE - 插件将具有自己的设置表单。可以在这里指定令牌、机器人名称_bot

详细信息

webhook由 telegram_bots_api\src\Controller\Webhook.php 负责