mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 12:47:27 +01:00
25 lines
489 B
Markdown
25 lines
489 B
Markdown
|
---
|
||
|
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, ];
|
||
|
```
|