mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
694 B
Plaintext
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}}`
|