Sha256: ac7ec69db4d5fe3357c91695378bf31ecf38e3e06e9389014b20526f1f71ba91

Contents?: true

Size: 377 Bytes

Versions: 5

Compression:

Stored size: 377 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Venue < Base
        attribute :location, Location
        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

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/venue.rb