Class TdApi.CallbackQueryPayloadDataWithPassword

  • Enclosing class:
    TdApi

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

      • password

        public String password
        The 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:
        Constant Field Values
    • Constructor Detail

      • 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 password for the current user.
        data - Data that was attached to the callback button.