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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::LocationMessage.new(type: null,
text: null,
coordinates: null,
location: null)