UpdateUserTyping¶
-
class
pyrogram.raw.types.
UpdateUserTyping
¶ The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no repeated update received after 6 seconds, it should be considered that the user stopped doing whatever he’s been doing.
Constructor type of
Update
.- Details
Layer:
126
ID:
0x5c486927
- Parameters
user_id (
int
32-bit
) – User id.action (
SendMessageAction
) – Action typeParam added in Layer 17.