You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In relation to #47, I just wanted to contribute a few bits of documentation which might help users figure out whay are they not getting Telegram notifications. The way to determine a chat group id comes from this StackOverflow answer.
Hope this helps. Thanks.
PLUGIN_TOKEN and PLUGIN_TO parameter configuration.
PLUGIN_TO consist of a numerical id, which specifies the Telegram chat group where the Telegram plugin will send build notifications. To obtain the chat group id:
In relation to #47, I just wanted to contribute a few bits of documentation which might help users figure out whay are they not getting Telegram notifications. The way to determine a chat group id comes from this StackOverflow answer.
Hope this helps. Thanks.
PLUGIN_TOKEN
andPLUGIN_TO
parameter configuration.PLUGIN_TOKEN
is the token issued by @BotFather when configuring a new bot, as described in Telegram's Bot API.PLUGIN_TO
consist of a numerical id, which specifies the Telegram chat group where the Telegram plugin will send build notifications. To obtain the chat group id:Call the telegram API using your bot's token:
https://api.telegram.org/bot<THE_BOT_TOKEN>/getUpdates
And extract the
id
value from thechat
object in the JSON response.The text was updated successfully, but these errors were encountered: