InputLocationMessageContent
data class InputLocationMessageContent(val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent