mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
22 lines
628 B
Markdown
22 lines
628 B
Markdown
## Constructor: draftMessage
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|no\_webpage|[Bool](../types/Bool.md) | Optional|
|
|
|reply\_to\_msg\_id|[int](../types/int.md) | Optional|
|
|
|message|[string](../types/string.md) | Required|
|
|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|
|
|
|date|[int](../types/int.md) | Required|
|
|
|
|
|
|
|
|
### Type: [DraftMessage](../types/DraftMessage.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$draftMessage = ['_' => draftMessage', 'no_webpage' => true, 'reply_to_msg_id' => int, 'message' => string, 'entities' => [Vector t], 'date' => int, ];
|
|
``` |