19 lines
643 B
Markdown
19 lines
643 B
Markdown
|
# Telegram Messenger input for micro bot
|
||
|
[Telegram](https://telegram.org) support for micro bot based on [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api).
|
||
|
|
||
|
## Options
|
||
|
### --telegram_token (required)
|
||
|
|
||
|
Sets bot's token for interacting with API.
|
||
|
|
||
|
Head over to Telegram's [API documentation](https://core.telegram.org/bots/api)
|
||
|
to learn how to create bots and how the API works.
|
||
|
|
||
|
### --telegram_debug
|
||
|
|
||
|
Sets the debug flag to make the bot's output verbose.
|
||
|
|
||
|
### --telegram_whitelist
|
||
|
|
||
|
Sets a list of comma-separated nicknames (without @ symbol in the beginning) for interacting with bot. Only these users can use the bot.
|