public static class TdApi.ChatsNearby extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatNearby[] |
supergroupsNearby
List of location-based supergroups nearby.
|
TdApi.ChatNearby[] |
usersNearby
List of users nearby.
|
Constructor and Description |
---|
ChatsNearby()
Represents a list of chats located nearby.
|
ChatsNearby(TdApi.ChatNearby[] usersNearby,
TdApi.ChatNearby[] supergroupsNearby)
Represents a list of chats located nearby.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatNearby[] usersNearby
public TdApi.ChatNearby[] supergroupsNearby
public static final int CONSTRUCTOR
public ChatsNearby()
public ChatsNearby(TdApi.ChatNearby[] usersNearby, TdApi.ChatNearby[] supergroupsNearby)
usersNearby
- List of users nearby.supergroupsNearby
- List of location-based supergroups nearby.public int getConstructor()
getConstructor
in class TdApi.Object