| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| title | String | Label shown on the button. Facebook only. | |
| phone | String | E.164 phone number dialed when tapped. Facebook only. |
require 'zernio-sdk'
instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf2.new(
type: null,
title: null,
phone: null
)