MadelineProtoDocs/docs/API_docs/constructors/updateUserTyping.md
2024-05-01 14:53:46 +02:00

1.2 KiB

title description nav_exclude image
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 true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateUserTyping

Back to constructors index

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

Attributes:

Name Type Required Description
user_id long Yes User id
action SendMessageAction Yes Action type

Type: Update

Example:

$updateUserTyping = ['_' => 'updateUserTyping', 'user_id' => long, 'action' => SendMessageAction];