Send Telegram bot message
-
Now it is possible to send telegram bot message from MyController.
Add telegram bot
token
from your bot(BotFather
) into MyController notifications settings.
I followed this link to set up a bot in my telegram account.We can get chat_id in two different steps,
Options #1: Thanks, @jl277013 for the information
The solution was to go to Telegram and search for the bot called "userinfobot" with the questionmark as an avatar. Click start and it gives you your userid.Option #2:
From the video- to join your bot to a group, from 04:20 to 05:52
- to get channel username(chat id), from 09:20 to 13:20.
Valid
token
will be looking as follows after saved,
Create Operation to send telegram bot message, Here
Channel username
is important. The custom message can be empty.
-
Which version of MyController is this feature available?
-
@betows Currently it is available in SNAPSHOT version, soon(in couple of days) will be released along with
1.3.0
version
-
@jkandasa Thank you!