telegram api constructor · layer 229 · #83487af0
updateChatUserTyping
The user is preparing a message in a group; 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
definition
updateChatUserTyping#83487af0 chat_id:long from_id:Peer action:SendMessageAction = Update;
parameters
| name | type | description |
|---|---|---|
chat_id | long | Group id |
from_id | Peer | Peer that started typing (can be the chat itself, in case of anonymous admins). |
action | SendMessageAction | Type of action |
type
Update · 164 other constructors
history
present in layers 2–229 · constructor id changed 3×
| id | layers |
|---|---|
| #3c46cfe6 | 2–16 |
| #9a65ea1f | 17–124 |
| #86cadb6c | 125–132 |
| #83487af0 | 133–229 |