Package org.drinkless.tdlib
Class TdApi.InputMessageLocation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageLocation
- Enclosing class:
- TdApi
A message with a location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Location to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA message with a location.InputMessageLocation(TdApi.Location location) A message with a location. -
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
Location to be sent. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageLocation
public InputMessageLocation()A message with a location. -
InputMessageLocation
A message with a location.- Parameters:
location- Location to be sent.
-
-
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
-