Files
cheatsheet-tldr/tldr/tgcloud
2025-10-19 00:22:04 +00:00

19 lines
694 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# tgcloud
> Manage a Telegram account.
> See also: `tgsend`, `tginfo`, `tgutil`.
> More information: <https://pypi.org/project/telegram-cloud/>.
- Upload a file to a chat with a caption:
`tgcloud {{[-m|--mode]}} upload {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}} {{[-p|--path]}} {{path_of_the_file}} {{[-c|--caption]}} {{caption}}`
- Download a file from a chat and store it in `path/to/store` with a caption:
`tgcloud {{[-m|--mode]}} download {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}} {{[-p|--path]}} {{path/to/store}} {{[-c|--caption]}} {{caption}}`