Sha256: 479024847e379fa02cf81db962fbe16d5c752e266b7a667865a00f196442bd5a

Contents?: true

Size: 204 Bytes

Versions: 1

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Location < Base
        attribute :longitude, Float
        attribute :latitude, Float
      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/location.rb