optns https://w1.nandbox.net/chat-inline-message
This object represents an incoming callback query from a callback button within an inline keypad menu associated with a specific message. If the button that originated the query was attached to a message sent by the bot, the field message_id will be present.
Field | Type | Required | Description |
---|---|---|---|
button_callback | String | Yes | Callback Unique identifier as defined by bot. |
menu_ref | String | Yes | Menu reference |
from | User | Yes | Sender User of the message |
chat | Chat | Yes | Conversation the message belongs to. |
message_id | String | Yes | Associated message Global Unique identifier where the menu belong to. |
reference | Long | Yes | Associated message Unique local identifier as defined by the bot. |
date | Long | Yes | Long date format in milliseconds |
next_menu | Integer | Optional | The menu to navigate to it when the button pressed. |
button_query_result | ButtonQueryResult | Optional | Returned inquiry information from app. The field either will return "Location" in form of longitude and latitude respectively as comma separated. "Phone number" depends on the buttonQuery. |
button_label | String | Optional | Button label |