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