Class TdApi.AuthenticationCodeTypeFlashCall

  • Enclosing class:
    TdApi

    public static class TdApi.AuthenticationCodeTypeFlashCall
    extends TdApi.AuthenticationCodeType
    An authentication code is delivered by an immediately cancelled call to the specified phone number. The number from which the call was made is the code.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String pattern
      Pattern of the phone number from which the call will be made.
    • Field Detail

      • pattern

        public java.lang.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()
        Default constructor.
      • AuthenticationCodeTypeFlashCall

        public AuthenticationCodeTypeFlashCall​(java.lang.String pattern)
        Constructor for initialization of all fields.
        Parameters:
        pattern - Pattern of the phone number from which the call will be made.