Class TdApi.PhoneNumberInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.PhoneNumberInfo
Enclosing class:
TdApi

public static class TdApi.PhoneNumberInfo extends TdApi.Object
Contains information about a phone number.
  • Field Details

    • country

      public TdApi.CountryInfo country
      Information about the country to which the phone number belongs; may be null.
    • countryCallingCode

      public String countryCallingCode
      The part of the phone number denoting country calling code or its part.
    • formattedPhoneNumber

      public String formattedPhoneNumber
      The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user.
    • isAnonymous

      public boolean isAnonymous
      True, if the phone number was bought at https://fragment.com and isn't tied to a SIM card. Information about the phone number can be received using getCollectibleItemInfo.
    • CONSTRUCTOR

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

    • PhoneNumberInfo

      public PhoneNumberInfo()
      Contains information about a phone number.
    • PhoneNumberInfo

      public PhoneNumberInfo(TdApi.CountryInfo country, String countryCallingCode, String formattedPhoneNumber, boolean isAnonymous)
      Contains information about a phone number.
      Parameters:
      country - Information about the country to which the phone number belongs; may be null.
      countryCallingCode - The part of the phone number denoting country calling code or its part.
      formattedPhoneNumber - The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user.
      isAnonymous - True, if the phone number was bought at https://fragment.com and isn't tied to a SIM card. Information about the phone number can be received using getCollectibleItemInfo.
  • 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