Sha256: e8a149e7e5070fc8ff0c10b0625d6110726367f8acd6d82ebef8aefc1796317d
Contents?: true
Size: 493 Bytes
Versions: 1
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InputPaidMediaVideo < Base attribute :type, Types::String.constrained(eql: 'video').default('video') attribute :media, Types::String attribute? :thumbnail, Types::String attribute? :width, Types::Integer attribute? :height, Types::Integer attribute? :duration, Types::Integer attribute? :supports_streaming, Types::Bool end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-2.1.0 | lib/telegram/bot/types/input_paid_media_video.rb |