interface Config {
    autoLoadDMs: boolean;
    suppressDMErrors: boolean;
}

Properties

autoLoadDMs: boolean

When set to true, DMs will be automatically loaded upon receiving a new DM from a user. You can always manually load DMs using Relationship.loadDMs()

true
suppressDMErrors: boolean

When set to true, errors when sending DMs will not be thrown.

false