jiacai2050/Telegram Bot Action
A GitHub Action to send messages via Telegram Bot API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Telegram bot token | yes | — |
| chat-id | Unique identifier for the target chat or username of the target channel (in the format @channelusername) | yes | — |
| message | Message to be sent | no | — |
| message-file | The path to the file containing the message to be sent. | no | — |
| parse-mode | Mode for parsing entities in the message text. Options: MarkdownV2, HTML, or leave empty for plain text. | no | "" |
Outputs
| name | description |
|---|---|
| url | URL of the created telegraph post |
| title | Title of the created telegraph post |
| description | Description of the created telegraph post |