UpdateChannelUserTyping#

class pyrogram.raw.types.UpdateChannelUserTyping#

A user is typing in a supergroup, channel or message thread.

Constructor of Update.

Details:
  • Layer: 158

  • ID: 8C88C923

Parameters:
  • channel_id (int 64-bit) – Channel ID.

  • from_id (Peer) – The peer that is typing.

  • action (SendMessageAction) – Whether the user is typing, sending a media or doing something else.

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