public static class TdApi.SearchChatsNearby extends TdApi.Function
Returns ChatsNearby
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Location |
location
Current user location.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Location location
public static final int CONSTRUCTOR
public SearchChatsNearby()
Returns ChatsNearby
public SearchChatsNearby(TdApi.Location location)
Returns ChatsNearby
location
- Current user location.public int getConstructor()
getConstructor
in class TdApi.Function