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 Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.