Class TdApi.AuthenticationCodeTypeSmsPhrase

Enclosing class:
TdApi

public static class TdApi.AuthenticationCodeTypeSmsPhrase extends TdApi.AuthenticationCodeType
An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
  • Field Details

    • firstWord

      public String firstWord
      The first word of the phrase if known.
    • CONSTRUCTOR

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

    • AuthenticationCodeTypeSmsPhrase

      public AuthenticationCodeTypeSmsPhrase()
      An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
    • AuthenticationCodeTypeSmsPhrase

      public AuthenticationCodeTypeSmsPhrase(String firstWord)
      An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code.
      Parameters:
      firstWord - The first word of the phrase if known.
  • Method Details