Sha256: 1d6fb7e9eddd4f1b99c1bfacd0f0f50a2a27c28adb00d08630ef5197267b81b0
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/input_media_video.rb |