Class TdApi.ChatsNearby

  • Enclosing class:
    TdApi

    public static class TdApi.ChatsNearby
    extends TdApi.Object
    Represents a list of chats located nearby.
    • Field Detail

      • supergroupsNearby

        public TdApi.ChatNearby[] supergroupsNearby
        List of location-based supergroups nearby.
      • CONSTRUCTOR

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

      • ChatsNearby

        public ChatsNearby()
        Represents a list of chats located nearby.
      • ChatsNearby

        public ChatsNearby​(TdApi.ChatNearby[] usersNearby,
                           TdApi.ChatNearby[] supergroupsNearby)
        Represents a list of chats located nearby.
        Parameters:
        usersNearby - List of users nearby.
        supergroupsNearby - List of location-based supergroups nearby.