Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 524 Bytes

File metadata and controls

22 lines (16 loc) · 524 Bytes

Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf1

Properties

Name Type Description Notes
type String
title String Label shown on the button.
payload String Opaque value returned in the inbound webhook when the user taps the button.

Example

require 'zernio-sdk'

instance = Zernio::SendPrivateReplyToCommentRequestButtonsInnerOneOf1.new(
  type: null,
  title: null,
  payload: null
)