MadelineProtoDocs/docs/TD_docs/constructors/updateChatReplyMarkup.md

25 lines
902 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: updateChatReplyMarkup
description: Default chat reply markup has changed. It can happen because new message with reply markup has come or old reply markup was hidden by user
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: updateChatReplyMarkup
[Back to constructors index](index.md)
Default chat reply markup has changed. It can happen because new message with reply markup has come or old reply markup was hidden by user
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|reply\_markup\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message from which reply markup need to be used or 0 if there is no default custom reply markup in the chat|
### Type: [Update](../types/Update.md)