25 lines
626 B
Markdown
25 lines
626 B
Markdown
---
|
|
title: changeChatDraftMessage
|
|
description: Changes chat draft message
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: changeChatDraftMessage
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Changes chat draft message
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|chat\_id|[int53](../types/int53.md) | Chat identifier | Yes|
|
|
|draft\_message|[draftMessage](../constructors/draftMessage.md) | New draft message, nullable | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|