Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 934 Bytes

ExtraChannelOptionsMessenger.md

File metadata and controls

19 lines (12 loc) · 934 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]

Code Sample

require 'SunshineConversationsClient'

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