Sha256: 705cacdcc3b178d4f7cd0f7cb31da613596068f7d0cd9e2be9d8dd6c1fc414e8
Contents?: true
Size: 380 Bytes
Versions: 7
Compression:
Stored size: 380 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 attribute :supports_streaming, Boolean end end end end
Version data entries
7 entries across 7 versions & 1 rubygems