SunshineConversationsClient::LocationMessageCoordinates
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| lat | Float | Global latitude. | |
| long | Float | Global longitude. |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::LocationMessageCoordinates.new(
lat: null,
long: null
)