2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: updateMessageEdited
|
|
|
|
description: Message was edited. Changes in the message content will come in a separate updateMessageContent
|
|
|
|
---
|
|
|
|
## Constructor: updateMessageEdited
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Message was edited. Changes in the message content will come in a separate updateMessageContent
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-08-25 15:05:53 +02:00
|
|
|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|
|
|
|
|message\_id|[int53](../types/int53.md) | Yes|Message identifier|
|
2017-03-11 19:54:51 +01:00
|
|
|
|edit\_date|[int](../types/int.md) | Yes|Date the message was edited, unix time|
|
|
|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup, nullable|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|