ChatLocation

@Serializable
data class ChatLocation(val location: StaticLocation, val address: String)

Represents a location to which a chat is connected.

See also

Constructors

Link copied to clipboard
constructor(location: StaticLocation, address: String)

Properties

Link copied to clipboard
@SerialName(value = "address")
val address: String
Link copied to clipboard
@SerialName(value = "location")
val location: StaticLocation