micro/agent/input/telegram
Vasiliy Tolstov f23638c036 fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-01-30 14:44:40 +03:00
..
conn.go fix import paths for v2 release 2020-01-30 14:44:40 +03:00
README.md Add agent => bot 2019-05-31 00:18:41 +01:00
telegram.go fix import paths for v2 release 2020-01-30 14:44:40 +03:00

Telegram Messenger input for micro bot

Telegram support for micro bot based on telegram-bot-api.

Options

--telegram_token (required)

Sets bot's token for interacting with API.

Head over to Telegram's API documentation 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.