MadelineProtoDocs/docs/TD_docs/constructors/draftMessage.md

25 lines
717 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: draftMessage
description: Contains information about draft of a message
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## Constructor: draftMessage
[Back to constructors index](index.md)
Contains information about draft of a message
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|reply\_to\_message\_id|[int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0|
|input\_message\_text|[InputMessageContent](../types/InputMessageContent.md) | Yes|Content of a draft message, always should be of a type inputMessageText|
### Type: [DraftMessage](../types/DraftMessage.md)