Class TdApi.ReportAuthenticationCodeMissing

Enclosing class:
TdApi

public static class TdApi.ReportAuthenticationCodeMissing extends TdApi.Function<TdApi.Ok>
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 Details

    • mobileNetworkCode

      public String mobileNetworkCode
      Current mobile network code.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public ReportAuthenticationCodeMissing(String mobileNetworkCode)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR