ChatLocation

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

Represents a location to which a chat is connected.

See also

Constructors

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

Properties

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