MadelineProto/docs/API_docs/constructors/updateChatUserTyping.md
2016-12-30 23:21:36 +03:00

27 lines
629 B
Markdown

---
title: updateChatUserTyping
description: updateChatUserTyping attributes, type and example
---
## Constructor: updateChatUserTyping
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|action|[SendMessageAction](../types/SendMessageAction.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChatUserTyping = ['_' => 'updateChatUserTyping', 'chat_id' => int, 'user_id' => int, 'action' => SendMessageAction, ];
```