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