MadelineProtoDocs/docs/TD_docs/constructors/draftMessage.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
716 B
Markdown

---
title: draftMessage
description: Contains information about draft of a message
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)