14 lines
467 B
Markdown
14 lines
467 B
Markdown
|
|
# 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}}`
|