Module tdlight.api

Class TdApi.SearchChatsNearby

Enclosing class:
TdApi

public static final class TdApi.SearchChatsNearby extends TdApi.Function<TdApi.ChatsNearby>
Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats. Returns ChatsNearby
  • Field Details

  • Constructor Details

    • SearchChatsNearby

      public SearchChatsNearby()
      Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats. Returns ChatsNearby
    • SearchChatsNearby

      public SearchChatsNearby(TdApi.Location location)
      Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats. Returns ChatsNearby
      Parameters:
      location - Location Current user location.
    • SearchChatsNearby

      public SearchChatsNearby(DataInput input) throws IOException
      Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats. Returns ChatsNearby
      Throws:
      IOException
  • Method Details