Installing and setting up Telegram

You'll learn how to install and set up Telegram auth support

Installing dependency

  1. Install dependency TelegramBotAPI

  2. Set up TelegramBotAPI:

  3. Enable telegram in telegram-config.yml by changing enabled to true: telegram: enabled: true ...

Linking account

  1. Execite command in the game /addtg.

  2. Copy code from message. It should like: ABC123

  3. Execute command in the bot: /code ABC123.

Last updated