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, ];
```