Plugins
Telegram
Privacy notice
Please be aware Telegram bots are always public. Therefore anyone joining your Telegram bot will be able to see the messages sent.
## Setup Telegram Bot
- Start a conversation with BotFather
- Enter
/newbot
to start the bot creation process and follow all the steps - Note down your new bot's access token
- Send request to Create plugin endpoint with the following body:
{
"name": "Telegram",
"config": {
"token": <ACCESS TOKEN>
}
}
- Type
/start
in the conversion with your new bot - Setup some events
Not receiving messages
Telegram bots are not allow to start conversations with users however, after Coinolio restarts it will try and reinitiate with the same conversion it was last in.
Unfortunately, if Redis is reset the conversation with the bot will need to be setup again by typing/start
in the conversation.
Updated almost 7 years ago