Sha256: a4cfb834e298fd1ba27eb400dca45e009f80f218b6d84e62cdc86e0be10cb4a9

Contents?: true

Size: 653 Bytes

Versions: 7

Compression:

Stored size: 653 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultVenue < Base
        attribute :type, String, default: 'venue'
        attribute :id, String
        attribute :latitude, Float
        attribute :longitude, Float
        attribute :title, String
        attribute :address, String
        attribute :foursquare_id, String
        attribute :foursquare_type, String
        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

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/inline_query_result_venue.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/inline_query_result_venue.rb