Sha256: 2743babbbcbd027ec9de6e033eaacecc6912399d8e240d80f69c4c6f272c76ce

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Location < Base
        attribute :longitude, Float
        attribute :latitude, Float
        attribute :horizontal_accuracy, Float
        attribute :live_period, Integer
        attribute :heading, Integer
        attribute :proximity_alert_radius, Integer
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/location.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/location.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/location.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/location.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/location.rb