mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
31 lines
861 B
Markdown
31 lines
861 B
Markdown
|
---
|
||
|
title: "messages.sentEncryptedMessage"
|
||
|
description: "Message without file attachments sent to an encrypted file."
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/messages_sentEncryptedMessage.html
|
||
|
---
|
||
|
# Constructor: messages.sentEncryptedMessage
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Message without file attachments sent to an encrypted file.
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|date|[int](/API_docs/types/int.html) | Yes|Date of sending|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages.SentEncryptedMessage](/API_docs/types/messages.SentEncryptedMessage.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_sentEncryptedMessage = ['_' => 'messages.sentEncryptedMessage', 'date' => int];
|
||
|
```
|