1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:26:55 +01:00
MadelineProto/docs/API_docs/constructors/updateEncryptedChatTyping.md

17 lines
302 B
Markdown
Raw Normal View History

## Constructor: updateEncryptedChatTyping
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateEncryptedChatTyping = ['chat_id' => int, ];
```