Sha256: 147d8c5c06bd6dbb1ecc2b40f1f3f2a1fe1ebf7d363b7be04231d36f51a41765
Contents?: true
Size: 840 Bytes
Versions: 50
Compression:
Stored size: 840 Bytes
Contents
# 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**](LocationMessageCoordinates.md) | | **location** | [**LocationMessageLocation**](LocationMessageLocation.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::LocationMessage.new(type: null, text: null, coordinates: null, location: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems