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 further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing.
Constructor of
Update
.- Details:
Layer:
158
ID:
C01E857F
- Parameters:
user_id (
int
64-bit
) – User id.action (
SendMessageAction
) – Action type.