Interface ChatLocation

Represents a location to which a chat is connected.

interface ChatLocation {
    @type: "chatLocation";
    address: string;
    location: Location;
}

Properties

@type: "chatLocation"
address: string

Location address; 1-64 characters, as defined by the chat owner.

location: Location

The location.