Class TdApi.ChatLocation

  • Enclosing class:
    TdApi

    public static class TdApi.ChatLocation
    extends TdApi.Object
    Represents a location to which a chat is connected.
    • Field Detail

      • address

        public String address
        Location address; 1-64 characters, as defined by the chat owner.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatLocation

        public ChatLocation()
        Represents a location to which a chat is connected.
      • ChatLocation

        public ChatLocation​(TdApi.Location location,
                            String address)
        Represents a location to which a chat is connected.
        Parameters:
        location - The location.
        address - Location address; 1-64 characters, as defined by the chat owner.