Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

File metadata and controls

20 lines (14 loc) · 471 Bytes

Zernio::SendInboxMessageRequestInteractiveActionOneOf1Parameters

Properties

Name Type Description Notes
display_text String Button label (max 20 chars).
url String Target URL opened when the user taps the button.

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf1Parameters.new(
  display_text: null,
  url: null
)