Sha256: 9e3b0135f406545428740b707035aa1fabae14ac3c85e82890f0e38744000ecf

Contents?: true

Size: 206 Bytes

Versions: 8

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class WebAppData < Base
        attribute :data, String
        attribute :button_text, String
      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/web_app_data.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/web_app_data.rb