Creates a filter function that checks if a module's exports contain the specified prototype properties.
The type of the property keys to check.
The list of property keys to check for in the module's exports.
A function for filtering modules based on the presence of the specified prototype properties.
const ChannelMessages = getModule(filters.byPrototype("jumpToMessage")); Copy
const ChannelMessages = getModule(filters.byPrototype("jumpToMessage"));
Creates a filter function that checks if a module's exports contain the specified prototype properties.