Class: TD::Types::CallbackQueryPayload::DataWithPassword
- Inherits:
-
TD::Types::CallbackQueryPayload
- Object
- Dry::Struct
- Base
- TD::Types::CallbackQueryPayload
- TD::Types::CallbackQueryPayload::DataWithPassword
- Defined in:
- lib/tdlib/types/callback_query_payload/data_with_password.rb
Overview
The payload for a callback button requiring password.
Instance Attribute Summary collapse
-
#data ⇒ String
Data that was attached to the callback button.
-
#password ⇒ TD::Types::String
The password for the current user.
Method Summary
Methods inherited from Base
Instance Attribute Details
#data ⇒ String
Data that was attached to the callback button.
6 7 8 |
# File 'lib/tdlib/types/callback_query_payload/data_with_password.rb', line 6 def data @data end |
#password ⇒ TD::Types::String
The password for the current user.
6 7 8 |
# File 'lib/tdlib/types/callback_query_payload/data_with_password.rb', line 6 def password @password end |