messages.SetEncryptedTyping#

class pyrogram.raw.functions.messages.SetEncryptedTyping#

Send typing event by the current user to a secret chat.

Details:
  • Layer: 158

  • 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