Sha256: d4588b743c4a7bc1ddb5065e10c283f05083bc3a7a6e61daea1975e67b7f7d38

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PaidMediaVideo < Base
        attribute :type, Types::String.constrained(eql: 'video').default('video')
        attribute :video, Video
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/paid_media_video.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/paid_media_video.rb