Interface IFSSelfbotOptions

Options for configuring the selfbot.

interface IFSSelfbotOptions {
    cacheDuration: number;
    userTokens: Record<string, string>;
}

Properties

cacheDuration: number

Duration (in milliseconds) for caching data.

userTokens: Record<string, string>

An array of user tokens for authentication.