Sha256: ad631aa1c876a4b9a0daf916dbf84ee4b4283577ff5841750fd1f1e6d5649478

Contents?: true

Size: 520 Bytes

Versions: 2

Compression:

Stored size: 520 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputVenueMessageContent < Base
        attribute :latitude, Types::Float
        attribute :longitude, Types::Float
        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

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/input_venue_message_content.rb