Sha256: 508095fa0d31671d8b7cc44c61708a8b9f9721e0851a84d01153f90e57707db7

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputVenueMessageContent < InputMessageContent
        attribute :latitude, Float
        attribute :longitude, Float
        attribute :title, String
        attribute :address, String
        attribute :foursquare_id, String
        attribute :foursquare_type, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.2 lib/telegram/bot/types/input_venue_message_content.rb