Sha256: ef34b61557708d6c10213160482c289a95817e19b28f03441ce5b7827026222c
Contents?: true
Size: 372 Bytes
Versions: 5
Compression:
Stored size: 372 Bytes
Contents
module Telegram module Bot module Types class InlineKeyboardButton < Base attribute :text, String attribute :url, String attribute :callback_data, String attribute :switch_inline_query, String attribute :switch_inline_query_current_chat, String attribute :callback_game, CallbackGame end end end end
Version data entries
5 entries across 5 versions & 1 rubygems