UpdateChannelUserTyping¶
-
class
pyrogram.raw.types.
UpdateChannelUserTyping
¶ A user is typing in a supergroup, channel or message thread.
Constructor type of
Update
.- Details
Layer:
122
ID:
0xff2abe9f
- Parameters
channel_id (
int
32-bit
) – Channel ID.user_id (
int
32-bit
) – User ID.action (
SendMessageAction
) – Whether the user is typing, sending a media or doing something else.top_msg_id (
int
32-bit
, optional) – Thread ID.