Sha256: 4a076d6367f6c732e47b85886f3a3e21218382943904957f2aa27793a8d6a433
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 Bytes
Contents
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
7 entries across 7 versions & 1 rubygems