late 0.0.209

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
# SendPrivateReplyToCommentRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | The social account ID (Instagram or Facebook) | 
**message** | **String** | The message text to send as a private DM | 
**quick_replies** | Option<[**Vec<models::SendPrivateReplyToCommentRequestQuickRepliesInner>**]SendPrivateReplyToCommentRequestQuickRepliesInner.md> | Optional quick-reply chips appended to the message. Visible only in the Instagram and Messenger apps (not on web). Maximum 13 entries.  | [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)