Sha256: bfbe7d5e034043fb446970fe3c6ca4db13097f5580df070e42d1cfb82c3cef9b

Contents?: true

Size: 259 Bytes

Versions: 5

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ProximityAlertTriggered < Base
        attribute :traveler, User
        attribute :watcher, User
        attribute :distance, Types::Integer
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/proximity_alert_triggered.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/proximity_alert_triggered.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/proximity_alert_triggered.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/proximity_alert_triggered.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/proximity_alert_triggered.rb