Sha256: 41872b79e09b67af268be21dc352338ecbad77cf772e175fffcf05815bd7532a
Contents?: true
Size: 449 Bytes
Versions: 9
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InputMediaVideo < Base attribute :type, String, default: 'video' attribute :media, String attribute :caption, String attribute :parse_mode, String attribute :width, Integer attribute :height, Integer attribute :duration, Integer attribute :supports_streaming, Boolean end end end end
Version data entries
9 entries across 9 versions & 2 rubygems