cbrgm/Telegram Message Action

Send messages and media to a Telegram chat from GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenTelegram authorization tokenyes
toUnique identifier for the target chatyes
thread-idFor supergroups. Thread identifier.no
messageThe message to send (used as caption when media is provided)no
parse-modeMode for parsing entities in the message text or captionnomarkdown
mediaMedia to send. Can be a local file path, an HTTP URL, or a Telegram file_idno
media-typeType of media to send. One of: photo, video, audio, document, animation, voice, stickerno
disable-web-page-previewDisables link previews for links in this messagenofalse
disable-notificationSends the message silently. Users will receive a notification with no soundnofalse
protect-contentProtects the contents of the sent message from forwarding and savingnofalse
dry-runIf set, do not send a real message but print the details insteadnofalse

no outputs