Sha256: 6a5166ca5ae751418688532337be1f5b1c5966f86711888f00eadcfa02562866
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 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 attribute :caption, String end end end end
Version data entries
9 entries across 9 versions & 1 rubygems