Module tdlight.api

Class TdApi.AuthenticationCodeTypeFlashCall

Enclosing class:
TdApi

public static final 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
      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 - String Pattern of the phone number from which the call will be made.
    • AuthenticationCodeTypeFlashCall

      public AuthenticationCodeTypeFlashCall(DataInput input) throws IOException
      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.
      Throws:
      IOException
  • Method Details