mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
560 B
Plaintext
19 lines
560 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# tginfo
|
|
|
|
> Manage a Telegram account.
|
|
> See also: `tgcloud`, `tgsend`, `tgutil`.
|
|
> More information: <https://pypi.org/project/telegram-cloud/>.
|
|
|
|
- Search for all files inside a Telegram conversation based on their filename or caption:
|
|
|
|
`tginfo {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}} {{[-s|--search]}} "{{query}}"`
|
|
|
|
- Get info for all media inside a Telegram chat:
|
|
|
|
`tginfo {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}}`
|