Sha256: 579a7bf48ecf9982262a7f341652fb457ee3223e832e0ca2cd154151a6be6a0d
Contents?: true
Size: 333 Bytes
Versions: 3
Compression:
Stored size: 333 Bytes
Contents
module Telegram module Bot module Types class InputMediaVideo < Base attribute :type, String, default: 'video' attribute :media, String attribute :caption, String attribute :width, Integer attribute :height, Integer attribute :duration, Integer end end end end
Version data entries
3 entries across 3 versions & 2 rubygems