cbrgm/Telegram Message Action
Send messages and media to a Telegram chat from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Telegram authorization token | yes | — |
| to | Unique identifier for the target chat | yes | — |
| thread-id | For supergroups. Thread identifier. | no | — |
| message | The message to send (used as caption when media is provided) | no | — |
| parse-mode | Mode for parsing entities in the message text or caption | no | markdown |
| media | Media to send. Can be a local file path, an HTTP URL, or a Telegram file_id | no | — |
| media-type | Type of media to send. One of: photo, video, audio, document, animation, voice, sticker | no | — |
| disable-web-page-preview | Disables link previews for links in this message | no | false |
| disable-notification | Sends the message silently. Users will receive a notification with no sound | no | false |
| protect-content | Protects the contents of the sent message from forwarding and saving | no | false |
| dry-run | If set, do not send a real message but print the details instead | no | false |
Outputs
no outputs