Export

SelfRoleOptions

interface SelfRoleOptions {
    channelsMessagesFetchLimit: number;
    deleteAfterUnregistration: boolean;
    useReactions?: boolean;
}

Properties

channelsMessagesFetchLimit: number

The maximum channel's messages to fetch.

deleteAfterUnregistration: boolean

Whether or not the message of a channel should be deleted when the channel is unregistered

useReactions?: boolean

Whether the manager should be based on reactions or interactions.