Sha256: 9ccb512f03fa38a352ab252c878e90b7bf994a2417a7c464676a76b637fca01a

Contents?: true

Size: 411 Bytes

Versions: 10

Compression:

Stored size: 411 Bytes

Contents

# frozen_string_literal: true

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

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/input_location_message_content.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/input_location_message_content.rb