Sha256: c34a052f4739323b345412cba5e15885c5a1ff2d0a3a49f8bce70b83e7c40349

Contents?: true

Size: 408 Bytes

Versions: 10

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

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

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/venue.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/venue.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/venue.rb