mnicolas94/Telegram file upload
Send a file to Telegram with MTProto API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| session-name | App session name | yes | — |
| api-id | App api id | yes | — |
| api-hash | App api hash | yes | — |
| bot-token | Token of the bot that will send the file | yes | — |
| chat-id | Id of the chat to send the file | yes | — |
| file-path | Path of the file to send | yes | — |
| message | Optional message to send with the file | no | "" |
| cache-session | Whether or not to cache the session data | no | false |
| wait-for-permission-time | Time to wait for a reply message when requesting permission | no | 300 |
| reply-request | Request message for a reply when asking for permission | no | Please, reply to this message in order to give me permission to send you the file. |
Outputs
no outputs