Interface ChatLocation

Represents a location to which a chat is connected.

interface ChatLocation {
    address: string;
    location: Location;
}

Properties

Properties

address: string

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

location: Location

The location to which the supergroup is connected. Can't be a live location.