Sha256: 1afdeb92d0ea7416328077fffac2942b4af542d63c3695397185d2ec126ed6c1

Contents?: true

Size: 454 Bytes

Versions: 5

Compression:

Stored size: 454 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Venue < Base
        attribute :location, Location
        attribute :title, Types::String
        attribute :address, Types::String
        attribute? :foursquare_id, Types::String
        attribute? :foursquare_type, Types::String
        attribute? :google_place_id, Types::String
        attribute? :google_place_type, Types::String
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/venue.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/venue.rb