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
Link copied to clipboard