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: 229

  • ID: 791451ED

Parameters:
  • peer (InputEncryptedChat) – Secret chat ID

  • typing (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