messages.SetEncryptedTyping¶
- class pyrogram.raw.functions.messages.SetEncryptedTyping[source]¶
Send typing event by the current user to a secret chat.
Usable by Users Bots- Details:
Layer:
229ID:
791451ED
- Parameters:
peer (
InputEncryptedChat) – Secret chat IDtyping (
bool) – Typing. Possible values: (boolTrue), if the user started typing and more than 5 seconds have passed since the last request (boolFalse), if the user stopped typing
- Returns:
bool