module Bot
    module Types
      class InlineQueryResultCachedVideo < Base
        attribute :type, Types::String.constrained(eql: 'video').default('video')
        attribute :id, Types::String