Sha256: ec2e7172d822101f0813c3287b426f54eed313da1fc044a42effb3a22567f095

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InputLocationMessageContent < InputMessageContent
        attribute :latitude, Float
        attribute :longitude, 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/input_location_message_content.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/input_location_message_content.rb