Class TdApi.CallbackQueryPayloadDataWithPassword

Enclosing class:
TdApi

public static class TdApi.CallbackQueryPayloadDataWithPassword extends TdApi.CallbackQueryPayload
The payload for a callback button requiring password.
  • Field Details

    • password

      public String password
      The 2-step verification password for the current user.
    • data

      public byte[] data
      Data that was attached to the callback button.
    • CONSTRUCTOR

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

    • CallbackQueryPayloadDataWithPassword

      public CallbackQueryPayloadDataWithPassword()
      The payload for a callback button requiring password.
    • CallbackQueryPayloadDataWithPassword

      public CallbackQueryPayloadDataWithPassword(String password, byte[] data)
      The payload for a callback button requiring password.
      Parameters:
      password - The 2-step verification password for the current user.
      data - Data that was attached to the callback button.
  • 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