Sha256: aa6eb0dee370f8397fca9e25a0e8dc4a9886fb5fde8aa0512fcfb3df8e6eaef7

Contents?: true

Size: 474 Bytes

Versions: 3

Compression:

Stored size: 474 Bytes

Contents

# frozen_string_literal: true

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

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/inline_keyboard_button.rb