Class TdApi.GetAllPassportElements

Enclosing class:
TdApi

public static class TdApi.GetAllPassportElements
extends TdApi.Function
Returns all available Telegram Passport elements.

Returns PassportElements

  • Field Details

    • password

      public String password
      Password of the current user.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 Password of the current user.
    • GetAllPassportElements

      public GetAllPassportElements​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details