MadelineProto/old_docs/API_docs_v41/constructors/updateEncryptedChatTyping.md

27 lines
493 B
Markdown
Raw Normal View History

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