Package org.drinkless.tdlib
Class TdApi.ChatLocation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatLocation
- Enclosing class:
- TdApi
Represents a location to which a chat is connected.
-
Field Summary
FieldsModifier and TypeFieldDescriptionLocation address; 1-64 characters, as defined by the chat owner.static final intIdentifier uniquely determining type of the object.The location. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
location
The location. -
address
Location address; 1-64 characters, as defined by the chat owner. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatLocation
public ChatLocation()Represents a location to which a chat is connected. -
ChatLocation
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-