Sha256: e978ee8f4c9a7eff54723908ae1e22996d075e9c556f08833130d6662d01f79e

Contents?: true

Size: 289 Bytes

Versions: 7

Compression:

Stored size: 289 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
      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/venue.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/venue.rb