Package org.drinkless.tdlib
Class TdApi.TestCallString
- Enclosing class:
- TdApi
Returns the received string; for testing only. This is an offline method. Can be called before authorization.
Returns TestString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the received string; for testing only.Creates a function, which returns the received string; for testing only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
x
String to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TestCallString
public TestCallString()Default constructor for a function, which returns the received string; for testing only. This is an offline method. Can be called before authorization.Returns
TestString -
TestCallString
Creates a function, which returns the received string; for testing only. This is an offline method. Can be called before authorization.Returns
TestString- Parameters:
x- String to return.
-
-
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
-