zernio 0.0.76

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# WebhookPayloadMessageMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**quick_reply_payload** | Option<**String**> | Payload from a quick reply tap (Meta platforms) | [optional]
**postback_payload** | Option<**String**> | Payload from a postback button tap (Meta platforms) | [optional]
**postback_title** | Option<**String**> | Title of the tapped postback button (Meta platforms) | [optional]
**callback_data** | Option<**String**> | Callback data from an inline keyboard button tap (Telegram) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)