Sha256: b03eb79206cce0cd2d4ca391e3683ab0fc164edba7bb60da3814eaca043b1d74
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
module TD::Types # A button that sends a special callback query to a bot. # # @attr data [String] Data to be sent to the bot via a callback query. class InlineKeyboardButtonType::Callback < InlineKeyboardButtonType attribute :data, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems