Sha256: ec2e7172d822101f0813c3287b426f54eed313da1fc044a42effb3a22567f095
Contents?: true
Size: 380 Bytes
Versions: 5
Compression:
Stored size: 380 Bytes
Contents
module Telegram module Bot module Types class InputLocationMessageContent < InputMessageContent attribute :latitude, Float attribute :longitude, 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