public static class TdApi.ChatNearby extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
distance
Distance to the chat location, in meters.
|
Constructor and Description |
---|
ChatNearby()
Describes a chat located nearby.
|
ChatNearby(long chatId,
int distance)
Describes a chat located nearby.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int distance
public static final int CONSTRUCTOR
public ChatNearby()
public ChatNearby(long chatId, int distance)
chatId
- Chat identifier.distance
- Distance to the chat location, in meters.public int getConstructor()
getConstructor
in class TdApi.Object