Sha256: 188b9ce419f664ebce99404c6b42dd430dee63cfdbf8fef62f44d1382e9b6ce3

Contents?: true

Size: 475 Bytes

Versions: 10

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputVenueMessageContent < InputMessageContent
        attribute :latitude, Float
        attribute :longitude, Float
        attribute :title, String
        attribute :address, String
        attribute :foursquare_id, String
        attribute :foursquare_type, String
        attribute :google_place_id, String
        attribute :google_place_type, String
      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_venue_message_content.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/input_venue_message_content.rb