public static class TdApi.UpdateUsersNearby extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatNearby[] |
usersNearby
The new list of users nearby.
|
Constructor and Description |
---|
UpdateUsersNearby()
The list of users nearby has changed.
|
UpdateUsersNearby(TdApi.ChatNearby[] usersNearby)
The list of users nearby has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatNearby[] usersNearby
public static final int CONSTRUCTOR
public UpdateUsersNearby()
public UpdateUsersNearby(TdApi.ChatNearby[] usersNearby)
usersNearby
- The new list of users nearby.public int getConstructor()
getConstructor
in class TdApi.Update