messages.SetTyping#

class pyrogram.raw.functions.messages.SetTyping#

Sends a current user typing event (see SendMessageAction for all event types) to a conversation partner or group.

Details:
  • Layer: 158

  • ID: 58943EE2

Parameters:
  • peer (InputPeer) – Target user or group.

  • action (SendMessageAction) – Type of action.

  • top_msg_id (int 32-bit, optional) – Topic ID.

Returns:

bool