messages.SetEncryptedTyping
- class pyrogram.raw.functions.messages.SetEncryptedTyping
Send typing event by the current user to a secret chat.
- Details:
Layer:
194
ID:
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