Sha256: 88647fed1d63fac9cf24405d3a976aa09386631845d2f502eebdc10fcf99a92d
Contents?: true
Size: 351 Bytes
Versions: 48
Compression:
Stored size: 351 Bytes
Contents
module Telegram module Bot module Types class Video < Base attribute :file_id, String attribute :width, Integer attribute :height, Integer attribute :duration, Integer attribute :thumb, PhotoSize attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
48 entries across 48 versions & 3 rubygems