Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 513 Bytes

File metadata and controls

22 lines (16 loc) · 513 Bytes

Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf2

Properties

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.

Example

require 'zernio-sdk'

instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf2.new(
  type: null,
  title: null,
  phone: null
)