Sha256: daa4352cc1c0a2675acc15cb8560ee2b725ae3700ade61370e8a981480268308

Contents?: true

Size: 713 Bytes

Versions: 5

Compression:

Stored size: 713 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultLocation < Base
        attribute :type, String, default: 'location'
        attribute :id, String
        attribute :latitude, Float
        attribute :longitude, Float
        attribute :title, String
        attribute :horizontal_accuracy, Float
        attribute :live_period, Integer
        attribute :heading, Integer
        attribute :proximity_alert_radius, Integer
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
        attribute :thumb_url, String
        attribute :thumb_width, Integer
        attribute :thumb_height, 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/inline_query_result_location.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_location.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_location.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_location.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_location.rb