xireiki/Channel Post
Push files to Telegram channel with session caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bot_token | Telegram Bot Token | yes | — |
| chat_id | Telegram Channel/Chat ID | yes | — |
| context | Caption | no | "" |
| path | File Path | no | — |
| parse_mode | Parse Mode | no | "" |
| method | Occurrence method, default sendDocument | no | sendDocument |
| large_file | Enable large file support, api_id and api_hash are required after enabling | no | false |
| api_id | Telegram Developer api_id | no | "" |
| api_hash | Telegram Developer api_hash | no | "" |
| topic_id | The ID of the super group subtopic | no | — |
| cache_session | Enable session caching to avoid repeated logins | no | true |
| session | Session file content for TelegramClient | no | "" |
Outputs
| name | description |
|---|---|
| msgId | msgid of the sent message |