Package org.drinkless.tdlib
Class TdApi.ChatLocation
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatLocation
-
- Enclosing class:
- TdApi
public static class TdApi.ChatLocation extends TdApi.Object
Represents a location to which a chat is connected.
-
-
Field Summary
Fields Modifier and Type Field Description StringaddressLocation address; 1-64 characters, as defined by the chat owner.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.LocationlocationThe location.
-
Constructor Summary
Constructors Constructor Description ChatLocation()Represents a location to which a chat is connected.ChatLocation(TdApi.Location location, String address)Represents a location to which a chat is connected.
-
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
-
location
public TdApi.Location location
The location.
-
address
public String address
Location address; 1-64 characters, as defined by the chat owner.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatLocation
public ChatLocation()
Represents a location to which a chat is connected.
-
ChatLocation
public ChatLocation(TdApi.Location location, String address)
Represents a location to which a chat is connected.- Parameters:
location- The location.address- Location address; 1-64 characters, as defined by the chat owner.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-