module Bot
    module Types
      class PassportElementErrorTranslationFile < Base
        attribute :source, Types::String.constrained(eql: 'translation_file').default('translation_file')
        attribute :type, Types::String