github.com/annwntech/go-micro/v2@v2.9.5/agent/input/telegram/README.md (about)

     1  # Telegram Messenger input for micro bot
     2  [Telegram](https://telegram.org) support for micro bot based on [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api).
     3  
     4  ## Options
     5  ### --telegram_token (required)
     6  
     7  Sets bot's token for interacting with API.
     8  
     9  Head over to Telegram's [API documentation](https://core.telegram.org/bots/api)
    10  to learn how to create bots and how the API works.
    11  
    12  ### --telegram_debug
    13  
    14  Sets the debug flag to make the bot's output verbose.
    15  
    16  ### --telegram_whitelist
    17  
    18  Sets a list of comma-separated nicknames (without @ symbol in the beginning) for interacting with bot. Only these users can use the bot.