ChatLocation

data class ChatLocation(location: StaticLocation, address: String)

Represents a location to which a chat is connected.

See also

Constructors

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

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val location: StaticLocation