2017-03-11 19:54:51 +01:00
---
title: editMessageCaption
description: Edits message content caption. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
---
## Method: editMessageCaption
[Back to methods index ](index.md )
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-03-11 19:54:51 +01:00
Edits message content caption. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
### Params:
| Name | Type | Required | Description |
2017-08-20 09:05:56 +00:00
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53 ](../types/int53.md ) | Yes|Chat the message belongs to|
2017-08-25 15:05:53 +02:00
|message\_id|[int53 ](../types/int53.md ) | Yes|Identifier of the message|
2017-03-11 19:54:51 +01:00
|reply\_markup|[ReplyMarkup ](../types/ReplyMarkup.md ) | Yes|Bots only. New message reply markup|
|caption|[string ](../types/string.md ) | Yes|New message content caption, 0-200 characters|
### Return type: [Message](../types/Message.md)