Sha256: 93e5e8b89049b1aac084dcc0a8157e182273543a3f76bc4ba4473c880c84eb04

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 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 :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.6.2 lib/telegram/bot/types/input_media_video.rb