Sha256: a2021b603f0c72714af1ba4859301e9562cd630ba8cf61c89b828665f7738000

Contents?: true

Size: 220 Bytes

Versions: 8

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class WebAppData < Base
        attribute :data, Types::String
        attribute :button_text, Types::String
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.4.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-2.3.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/web_app_data.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/web_app_data.rb