Sha256: a71b2fd6798ddfe72b033adc18b080df9263805c55bb572f06699497d758b839

Contents?: true

Size: 264 Bytes

Versions: 8

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class MenuButtonWebApp < Base
        attribute :type, String, default: 'web_app'
        attribute :text, String
        attribute :web_app, WebAppInfo
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/menu_button_web_app.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/menu_button_web_app.rb