Class: TD::Types::InlineKeyboardButtonType::CallbackWithPassword
- Inherits:
-
TD::Types::InlineKeyboardButtonType
- Object
- Dry::Struct
- Base
- TD::Types::InlineKeyboardButtonType
- TD::Types::InlineKeyboardButtonType::CallbackWithPassword
- Defined in:
- lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb
Overview
A button that asks for password of the current user and then sends a callback query to a bot.
Instance Attribute Summary collapse
-
#data ⇒ String
Data to be sent to the bot via a callback query.
Method Summary
Methods inherited from Base
Instance Attribute Details
#data ⇒ String
Data to be sent to the bot via a callback query.
5 6 7 |
# File 'lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb', line 5 def data @data end |