Sha256: 795f51ccafb858b662b9adab4d6e9ec1fb0c739752f968dcb02e37e9e7cef525
Contents?: true
Size: 377 Bytes
Versions: 10
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Location < Base attribute :longitude, Float attribute :latitude, Float attribute :horizontal_accuracy, Float attribute :live_period, Integer attribute :heading, Integer attribute :proximity_alert_radius, Integer end end end end
Version data entries
10 entries across 10 versions & 2 rubygems