Module tdlight.api

Class TdApi.GetAllPassportElements

Enclosing class:
TdApi

public static final class TdApi.GetAllPassportElements extends TdApi.Function<TdApi.PassportElements>
Returns all available Telegram Passport elements. Returns PassportElements
  • Field Details

    • password

      public String password
      The 2-step verification password of the current user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetAllPassportElements

      public GetAllPassportElements()
      Returns all available Telegram Passport elements. Returns PassportElements
    • GetAllPassportElements

      public GetAllPassportElements(String password)
      Returns all available Telegram Passport elements. Returns PassportElements
      Parameters:
      password - String The 2-step verification password of the current user.
    • GetAllPassportElements

      public GetAllPassportElements(DataInput input) throws IOException
      Returns all available Telegram Passport elements. Returns PassportElements
      Throws:
      IOException
  • Method Details