Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 743 Bytes

Telegram.md

File metadata and controls

26 lines (19 loc) · 743 Bytes

Telegram Bot Setup

Chat with bot father

Offical Instructions

Once you acquired the bot token, remember to turn off the privacy mode. See here for details. Go chat with botfather, and there will be one button to toggle privacy mode for your bot.

Install extension

pip install umr-telegram-driver

Config under Driver section

Extensions:
  - umr_telegram_driver
Driver:
  Telegram:  # this name can be change, and the forward list should be using this name
    Base: Telegram  # this is the base driver name, do not change
    BotToken: asdasdsadsadsadsad  # your bot token
    HTTPProxy: http://127.0.0.1:1080