Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.59 KB

File metadata and controls

22 lines (18 loc) · 2.59 KB

Zernio.Model.WebhookPayloadMessageMetadata

Interactive message metadata (present when message is a quick reply tap, postback button tap, or inline keyboard callback)

Properties

Name Type Description Notes
QuickReplyPayload string Payload from a quick reply tap (Facebook/Instagram Messenger). [optional]
PostbackPayload string Payload from a postback button tap (Facebook/Instagram Messenger). [optional]
PostbackTitle string Title of the tapped postback button (Facebook/Instagram Messenger). [optional]
CallbackData string Callback data from an inline keyboard button tap (Telegram). [optional]
InteractiveType string WhatsApp only. Which kind of interactive reply the user sent: `button_reply` (tap on an interactive button), `list_reply` (tap on a list row), or `nfm_reply` (a WhatsApp Flow submission). [optional]
InteractiveId string WhatsApp only. The `id` of the tapped button or list row, matching the `id` you supplied when the message was sent. Not set for Flow responses. [optional]
ButtonPayload string WhatsApp only. Payload attached to a tapped template button. Template buttons emit a plain `button` webhook (not an interactive reply), so `interactiveType` is empty while this field is populated. [optional]
FlowResponseJson string WhatsApp only. Raw `nfm_reply.response_json` string returned by a Flow submission. Useful if you need the exact wire payload; for typed access use `flowResponseData` instead. [optional]
FlowResponseData Dictionary<string, Object> WhatsApp only. Parsed Flow response JSON. Populated when `flowResponseJson` is valid JSON; otherwise omitted. Keys and value types depend on the specific Flow that was submitted. [optional]
StoryReply WebhookPayloadMessageMetadataStoryReply [optional]
IsStoryMention bool Instagram only. True when the message was generated by an IG user mentioning the account in their own story (`story_mention` attachment type). Mutually exclusive in practice with `storyReply`. [optional]
Referral WebhookPayloadMessageMetadataReferral [optional]

[Back to Model list] [Back to API list] [Back to README]