Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 840 Bytes

LocationMessage.md

File metadata and controls

23 lines (16 loc) · 840 Bytes

SunshineConversationsClient::LocationMessage

Properties

Name Type Description Notes
type String The type of message. [default to 'location']
text String The fallback text message used when location messages are not supported by the channel. [optional] [readonly]
coordinates LocationMessageCoordinates
location LocationMessageLocation [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::LocationMessage.new(type: null,
                                 text: null,
                                 coordinates: null,
                                 location: null)