Sha256: d98c5e2eb25c87611f780b9bad15d2a16c3975757e7b5722032d1b259380d172

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class WebAppInfo < Base
        attribute :url, 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_info.rb
telegram-bot-ruby-2.3.0 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/web_app_info.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/web_app_info.rb