Class: TD::Types::InlineKeyboardButtonType::CallbackWithPassword

Inherits:
TD::Types::InlineKeyboardButtonType show all
Defined in:
lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb

Overview

A button that asks for the 2-step verification password of the current user and then sends a callback query to a

bot.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dataString

Data to be sent to the bot via a callback query.

Returns:

  • (String)

    the current value of data



6
7
8
# File 'lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb', line 6

def data
  @data
end