Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 653 Bytes

File metadata and controls

19 lines (12 loc) · 653 Bytes

SunshineConversationsClient::MessengerUpdate

Properties

Name Type Description Notes
display_name String A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. [optional]
page_access_token String A Facebook Page Access Token. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MessengerUpdate.new(display_name: My awesome integration,
                                 page_access_token: your_access_token)