1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:46:56 +01:00
MadelineProto/docs/TD_docs/constructors/updateChatReplyMarkup.md

24 lines
824 B
Markdown
Raw Normal View History

---
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
---
## 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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|reply\_markup\_message\_id|[long](../types/long.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)