Sha256: c79ef6fd6c40e1fb08865f914e295969aebff91bb829080af3e7f877c590dcd1

Contents?: true

Size: 206 Bytes

Versions: 2

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineKeyboardMarkup < Base
        attribute :inline_keyboard, [[InlineKeyboardButton]]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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