Sha256: 2743babbbcbd027ec9de6e033eaacecc6912399d8e240d80f69c4c6f272c76ce
Contents?: true
Size: 346 Bytes
Versions: 5
Compression:
Stored size: 346 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems