mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
17 lines
391 B
Markdown
17 lines
391 B
Markdown
## Constructor: messages\_sentEncryptedMessage
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [messages\_SentEncryptedMessage](../types/messages\_SentEncryptedMessage.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$messages_sentEncryptedMessage = ['_' => messages_sentEncryptedMessage', 'date' => int, ];
|
|
``` |