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