MadelineProtoDocs/docs/API_docs/constructors/messages.sentEncryptedMessage.md

31 lines
861 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```