interface
SweeperDefinitions
export
interface
SweeperDefinitions
Table of contents
Properties
applicationCommands
autoModerationRules
bans
emojis
entitlements
guildMembers
invites
messages
presences
reactions
stageInstances
stickers
threadMembers
threads
users
voiceStates
Properties
applicationCommands :
[
Snowflake
,
ApplicationCommand
]
autoModerationRules :
[
Snowflake
,
AutoModerationRule
]
bans :
[
Snowflake
,
GuildBan
]
emojis :
[
Snowflake
,
GuildEmoji
]
entitlements :
[
Snowflake
,
Entitlement
]
guildMembers :
[
Snowflake
,
GuildMember
]
invites :
[
string
,
Invite
, true]
messages :
[
Snowflake
,
Message
, true]
presences :
[
Snowflake
,
Presence
]
reactions :
[
string
|
Snowflake
,
MessageReaction
]
stageInstances :
[
Snowflake
,
StageInstance
]
stickers :
[
Snowflake
,
Sticker
]
threadMembers :
[
Snowflake
,
ThreadMember
]
threads :
[
Snowflake
,
AnyThreadChannel
, true]
users :
[
Snowflake
,
User
]
voiceStates :
[
Snowflake
,
VoiceState
]