SunshineConversationsClient::ExtraChannelOptionsMessenger

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
messenger_extensionsBooleanFor 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_buttonStringFor 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
)