public static class TdApi.ReportAuthenticationCodeMissing extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
mobileNetworkCode
Current mobile network code.
|
| Constructor and Description |
|---|
ReportAuthenticationCodeMissing()
Default constructor for a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications only.
|
ReportAuthenticationCodeMissing(java.lang.String mobileNetworkCode)
Creates a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String mobileNetworkCode
public static final int CONSTRUCTOR
public ReportAuthenticationCodeMissing()
Returns Ok
public ReportAuthenticationCodeMissing(java.lang.String mobileNetworkCode)
Returns Ok
mobileNetworkCode - Current mobile network code.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object