Package org.drinkless.tdlib
Class TdApi.ChatNearby
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatNearby
-
- Enclosing class:
- TdApi
public static class TdApi.ChatNearby extends TdApi.Object
Describes a chat located nearby.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.intdistanceDistance to the chat location, in meters.
-
Constructor Summary
Constructors Constructor Description ChatNearby()Describes a chat located nearby.ChatNearby(long chatId, int distance)Describes a chat located nearby.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
distance
public int distance
Distance to the chat location, in meters.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-