Package org.drinkless.tdlib
Class TdApi.TestCallBytes
- Enclosing class:
- TdApi
Returns the received bytes; for testing only. This is an offline method. Can be called before authorization.
Returns TestBytes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.byte[]Bytes to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the received bytes; for testing only.TestCallBytes(byte[] x) Creates a function, which returns the received bytes; 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
public byte[] xBytes to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TestCallBytes
public TestCallBytes()Default constructor for a function, which returns the received bytes; for testing only. This is an offline method. Can be called before authorization.Returns
TestBytes -
TestCallBytes
public TestCallBytes(byte[] x) Creates a function, which returns the received bytes; for testing only. This is an offline method. Can be called before authorization.Returns
TestBytes- Parameters:
x- Bytes 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
-