Class TdApi.AuthenticationCodeTypeFlashCall

Enclosing class:
TdApi

public static class TdApi.AuthenticationCodeTypeFlashCall extends TdApi.AuthenticationCodeType
An authentication code is delivered by an immediately canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically.
  • Field Details

    • pattern

      public String pattern
      Pattern of the phone number from which the call will be made.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • AuthenticationCodeTypeFlashCall

      public AuthenticationCodeTypeFlashCall()
      An authentication code is delivered by an immediately canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically.
    • AuthenticationCodeTypeFlashCall

      public AuthenticationCodeTypeFlashCall(String pattern)
      An authentication code is delivered by an immediately canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically.
      Parameters:
      pattern - Pattern of the phone number from which the call will be made.
  • 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