Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 891 Bytes

File metadata and controls

20 lines (14 loc) · 891 Bytes

SunshineConversationsClient::ExtraChannelOptionsMessenger

Properties

Name Type Description Notes
messenger_extensions Boolean For webview type actions, a boolean value indicating whether the URL should be loaded with Messenger Extensions enabled. More info. [optional][default to false]
webview_share_button String For webview type actions, a string value indicating if the share button should be hidden. More Info. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ExtraChannelOptionsMessenger.new(
  messenger_extensions: false,
  webview_share_button: null
)