Reply Buttons Object
The object describing a reply button's properties.
Example
{
"type": "reply",
"reply": {
"id": "UNIQUE_BUTTON_ID_1",
"title": "BUTTON_TITLE_1"
}
}
Properties
type
: "reply" — only supported type is reply (for reply button).reply
: ButtonObject — object describing the button.