Package org.drinkless.tdlib
Class TdApi.ReportPhoneNumberCodeMissing
- Enclosing class:
- TdApi
Reports that authentication code wasn't delivered via SMS to the specified phone number; for official mobile applications only.
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 to the specified phone number; for official mobile applications only.ReportPhoneNumberCodeMissing(String mobileNetworkCode) Creates a function, which reports that authentication code wasn't delivered via SMS to the specified phone number; 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
-
ReportPhoneNumberCodeMissing
public ReportPhoneNumberCodeMissing()Default constructor for a function, which reports that authentication code wasn't delivered via SMS to the specified phone number; for official mobile applications only.Returns
Ok -
ReportPhoneNumberCodeMissing
Creates a function, which reports that authentication code wasn't delivered via SMS to the specified phone number; for official mobile applications only.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
-