14 lines
414 B
Markdown
14 lines
414 B
Markdown
|
|
# tgsend
|
||
|
|
|
||
|
|
> Manage a Telegram account.
|
||
|
|
> See also: `tgcloud`, `tginfo`, `tgutil`.
|
||
|
|
> More information: <https://pypi.org/project/telegram-cloud/>.
|
||
|
|
|
||
|
|
- Send a message to a chat:
|
||
|
|
|
||
|
|
`tgsend {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}} "{{message}}"`
|
||
|
|
|
||
|
|
- Send a message to chat with silent notification:
|
||
|
|
|
||
|
|
`tgsend {{[-n|--name]}} {{session_name}} {{[-u|--username]}} {{chat_id}} --silent "{{message}}"`
|