Sha256: b2b5d5d4b5f61861e472a7be603ac61f64934d34224b284d395f806a7e2d0632
Contents?: true
Size: 513 Bytes
Versions: 8
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineKeyboardButton < Base attribute :text, String attribute :url, String attribute :callback_data, String attribute :web_app, WebAppInfo attribute :login_url, LoginUrl 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
8 entries across 8 versions & 1 rubygems