Sha256: 6ad30605b9c1dfa8b05d0f2487b6fb06f92d017e969ac4912e86650441fa9945
Contents?: true
Size: 443 Bytes
Versions: 10
Compression:
Stored size: 443 Bytes
Contents
module Telegram module Bot module Types class InlineKeyboardButton < Base attribute :text, String attribute :url, String attribute :login_url, LoginUrl attribute :callback_data, String attribute :switch_inline_query, String attribute :switch_inline_query_current_chat, String attribute :callback_game, CallbackGame attribute :pay, Boolean end end end end
Version data entries
10 entries across 10 versions & 1 rubygems