Package org.drinkless.tdlib
Class TdApi.SearchChatsNearby
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SearchChatsNearby
-
- Enclosing class:
- TdApi
public static class TdApi.SearchChatsNearby extends TdApi.Function
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 Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.LocationlocationCurrent user location.
-
Constructor Summary
Constructors Constructor Description SearchChatsNearby()Default constructor for a function, which returns a list of users and location-based supergroups nearby.SearchChatsNearby(TdApi.Location location)Creates a function, which returns a list of users and location-based supergroups nearby.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
location
public TdApi.Location location
Current user location.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchChatsNearby
public SearchChatsNearby()
Default constructor for a function, which 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)
Creates a function, which 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- Current user location.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-