Location

data class Location(val latitude: Float, val longitude: Float, val name: String? = null, val zoom: Int? = null) : MessageEntityContent.Regular

Constructors

Link copied to clipboard
constructor(latitude: Float, longitude: Float, name: String? = null, zoom: Int? = null)

Properties

Link copied to clipboard
val latitude: Float
Link copied to clipboard
val longitude: Float
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val zoom: Int? = null