Sha256: 51279def257b00875deeb5a13cd18516a8027b67acf4734cecb09e4e59a92099
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
module TD::Types # A button that asks for password of the current user and then sends a callback query to a bot. # # @attr data [String] Data to be sent to the bot via a callback query. class InlineKeyboardButtonType::CallbackWithPassword < InlineKeyboardButtonType attribute :data, TD::Types::String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb |