Sha256: 9a2401ddb399a1269fefd9520b01c80aaa1847832499393edff952c336470cf8
Contents?: true
Size: 934 Bytes
Versions: 50
Compression:
Stored size: 934 Bytes
Contents
# 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](https://developers.facebook.com/docs/messenger-platform/send-api-reference/url-button). | [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](https://developers.facebook.com/docs/messenger-platform/reference/buttons/url). | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ExtraChannelOptionsMessenger.new(messenger_extensions: false, webview_share_button: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems