Constructors
Methods
getGuildDrops
- getGuildDrops(__namedParameters): Promise<WebResponse<GuildDropsData>>
Parameters
- __namedParameters: {
auth: string;
guildId: string;
}auth: string
guildId: string
updateGuildDrops
- updateGuildDrops(__namedParameters): Promise<WebResponse<GuildDropsData>>
Parameters
- __namedParameters: {
auth: string;
games?: {
channelId?: null | string;
id: null | string;
liveNotifications?: null | boolean;
roleId?: null | string;
webhook?: null | {
avatarUrl?: null | string;
username?: null | string;
};
}[];
guildId: string;
kickChannelId?: null | string;
kickEnabled?: boolean;
kickLiveNotificationChannelId?: null | string;
kickLiveNotificationRoleId?: null | string;
kickRoleId?: null | string;
liveNotifications?: boolean;
twitchChannelId?: null | string;
twitchEnabled?: boolean;
twitchLiveNotificationChannelId?: null | string;
twitchLiveNotificationRoleId?: null | string;
twitchRoleId?: null | string;
webhook?: null | {
avatarUrl?: null | string;
username?: null | string;
};
}auth: string
Optionalgames?: {
channelId?: null | string;
id: null | string;
liveNotifications?: null | boolean;
roleId?: null | string;
webhook?: null | {
avatarUrl?: null | string;
username?: null | string;
};
}[]
guildId: string
OptionalkickChannelId?: null | string
OptionalkickEnabled?: boolean
OptionalkickLiveNotificationChannelId?: null | string
OptionalkickLiveNotificationRoleId?: null | string
OptionalkickRoleId?: null | string
OptionalliveNotifications?: boolean
OptionaltwitchChannelId?: null | string
OptionaltwitchEnabled?: boolean
OptionaltwitchLiveNotificationChannelId?: null | string
OptionaltwitchLiveNotificationRoleId?: null | string
OptionaltwitchRoleId?: null | string
Optionalwebhook?: null | {
avatarUrl?: null | string;
username?: null | string;
}