public static class TdApi.TestCallString extends TdApi.Function<TdApi.TestString>
Returns TestString
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
x
String to return.
|
| Constructor and Description |
|---|
TestCallString()
Default constructor for a function, which returns the received string; for testing only.
|
TestCallString(java.lang.String x)
Creates a function, which returns the received string; for testing only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String x
public static final int CONSTRUCTOR
public TestCallString()
Returns TestString
public TestCallString(java.lang.String x)
Returns TestString
x - String to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object