mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-12 03:50:39 +00:00
Update docs for silent parameter
Since it now also works in private chats to "not disturb friends" (see https://telegram.org/blog/silent-messages-slow-mode).
This commit is contained in:
@@ -110,7 +110,10 @@ class InlineResult:
|
||||
If present, the sent message will reply to this ID or message.
|
||||
|
||||
silent (`bool`, optional):
|
||||
If `True`, the sent message will not notify the user(s).
|
||||
Whether the message should notify people with sound or not.
|
||||
Defaults to `False` (send with a notification sound unless
|
||||
the person has the chat muted). Set it to `True` to alter
|
||||
this behaviour.
|
||||
|
||||
clear_draft (`bool`, optional):
|
||||
Whether the draft should be removed after sending the
|
||||
|
||||
Reference in New Issue
Block a user