module Discorb # # @abstract # Represents Discord model. class DiscordModel def eql?: (untyped other) -> bool def ==: (untyped other) -> untyped def inspect: -> String # @private def hash: -> untyped end end