Package org.drinkless.tdlib
Class TdApi.ReportAuthenticationCodeMissing
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ReportAuthenticationCodeMissing
- Enclosing class:
- TdApi
Reports that authentication code wasn't delivered via SMS; for official mobile applications only. Works only when the current authorization state is authorizationStateWaitCode.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Current mobile network code. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications only.ReportAuthenticationCodeMissing(String mobileNetworkCode) Creates a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications 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
-
mobileNetworkCode
Current mobile network code. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReportAuthenticationCodeMissing
public ReportAuthenticationCodeMissing()Default constructor for a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications only. Works only when the current authorization state is authorizationStateWaitCode.Returns
Ok -
ReportAuthenticationCodeMissing
Creates a function, which reports that authentication code wasn't delivered via SMS; for official mobile applications only. Works only when the current authorization state is authorizationStateWaitCode.Returns
Ok- Parameters:
mobileNetworkCode- Current mobile network code.
-
-
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
-