mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #592] Telegram Channel Support #433
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#433
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AuroraDysis on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/592
Now the telegram bot can only send messages to users or groups, but I want to post the message to the channel.
@cuu508 commented on GitHub (Dec 28, 2021):
Thanks for the report, @AuroraDysis!
I've added support for Telegram channels, and updated https://healthchecks.io – feel free to try it out!
Note that unlike groups, in channels the bot receives all messages sent to the group (looks like that's how bots work in channels – see FAQ). The bot looks for messages that contain "/start" and ignores all other messages.
@AuroraDysis commented on GitHub (Dec 29, 2021):
Awesome. Thank you very much!