seyfert
Preparing search index...
Transformers
Variable Transformers
Const
Transformers
:
{
AnonymousGuild
(
...
args
:
[
client
:
UsingClient
,
data
:
APIPartialGuild
]
,
)
:
AnonymousGuild
;
Application
(
...
args
:
[
client
:
UsingClient
,
data
:
APIApplication
]
,
)
:
Application
;
ApplicationEmoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIApplicationEmoji
]
,
)
:
ApplicationEmoji
;
AutoModerationRule
(
...
args
:
[
client
:
UsingClient
,
data
:
APIAutoModerationRule
]
,
)
:
AutoModerationRule
;
BaseChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
BaseChannel
;
BaseGuildChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
BaseGuildChannel
;
CategoryChannel
(
...
args
:
any
[]
)
:
CategoryChannel
;
ClientUser
(
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
,
application
:
Pick
<
APIApplication
,
"id"
|
"flags"
>
,
]
,
)
:
ClientUser
;
DirectoryChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
DirectoryChannel
;
DMChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
DMChannel
;
Emoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
]
)
:
Emoji
;
Entitlement
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEntitlement
]
,
)
:
Entitlement
;
ForumChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
ForumChannel
;
Guild
<
State
extends
keyof
StructWhen
<
any
,
"cached"
>
=
"api"
>
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuild
|
GatewayGuildCreateDispatchData
,
]
,
)
:
Guild
<
State
>
;
GuildBan
(
...
args
:
[
client
:
UsingClient
,
data
:
APIBan
|
ActuallyBan
,
guildId
:
string
,
]
,
)
:
GuildBan
;
GuildEmoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
,
guildId
:
string
]
,
)
:
GuildEmoji
;
GuildMember
(
...
args
:
[
client
:
UsingClient
,
data
:
GuildMemberData
,
user
:
APIUser
,
guildId
:
string
,
]
,
)
:
GuildMember
;
GuildRole
(
...
args
:
[
client
:
UsingClient
,
data
:
APIRole
,
guildId
:
string
]
,
)
:
GuildRole
;
GuildTemplate
(
...
args
:
[
client
:
UsingClient
,
data
:
APITemplate
]
,
)
:
GuildTemplate
;
InteractionGuildMember
(
...
args
:
[
client
:
UsingClient
,
data
:
APIInteractionDataResolvedGuildMember
,
user
:
APIUser
,
guildId
:
string
,
]
,
)
:
InteractionGuildMember
;
MediaChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
MediaChannel
;
Message
(
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
]
)
:
Message
;
NewsChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
NewsChannel
;
OptionResolver
(
...
args
:
[
client
:
UsingClient
,
options
:
APIApplicationCommandInteractionDataOption
[]
,
parent
?:
Command
,
guildId
?:
string
,
resolved
?:
ContextOptionsResolved
,
]
,
)
:
OptionResolver
;
Poll
(
...
args
:
[
client
:
UsingClient
,
data
:
APIPoll
,
channelId
:
string
,
messageId
:
string
,
]
,
)
:
Poll
;
StageChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
StageChannel
;
Sticker
(
...
args
:
[
client
:
UsingClient
,
data
:
APISticker
]
)
:
Sticker
;
TextGuildChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
TextGuildChannel
;
ThreadChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
ThreadChannel
;
User
(
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
]
)
:
User
;
VoiceChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
VoiceChannel
;
VoiceState
(
...
args
:
[
client
:
UsingClient
,
data
:
APIVoiceState
]
)
:
VoiceState
;
Webhook
(
...
args
:
[
client
:
UsingClient
,
data
:
APIWebhook
]
)
:
Webhook
;
WebhookMessage
(
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
,
webhookId
:
string
,
webhookToken
:
string
,
]
,
)
:
WebhookMessage
;
}
= ...
Type declaration
AnonymousGuild
:
function
AnonymousGuild
(
...
args
:
[
client
:
UsingClient
,
data
:
APIPartialGuild
]
,
)
:
AnonymousGuild
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIPartialGuild
]
Returns
AnonymousGuild
Application
:
function
Application
(
...
args
:
[
client
:
UsingClient
,
data
:
APIApplication
]
)
:
Application
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIApplication
]
Returns
Application
ApplicationEmoji
:
function
ApplicationEmoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIApplicationEmoji
]
,
)
:
ApplicationEmoji
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIApplicationEmoji
]
Returns
ApplicationEmoji
AutoModerationRule
:
function
AutoModerationRule
(
...
args
:
[
client
:
UsingClient
,
data
:
APIAutoModerationRule
]
,
)
:
AutoModerationRule
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIAutoModerationRule
]
Returns
AutoModerationRule
BaseChannel
:
function
BaseChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
BaseChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
Returns
BaseChannel
BaseGuildChannel
:
function
BaseGuildChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
BaseGuildChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
BaseGuildChannel
CategoryChannel
:
function
CategoryChannel
(
...
args
:
any
[]
)
:
CategoryChannel
Parameters
...
args
:
any
[]
Returns
CategoryChannel
ClientUser
:
function
ClientUser
(
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
,
application
:
Pick
<
APIApplication
,
"id"
|
"flags"
>
,
]
,
)
:
ClientUser
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
,
application
:
Pick
<
APIApplication
,
"id"
|
"flags"
>
,
]
Returns
ClientUser
DirectoryChannel
:
function
DirectoryChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
DirectoryChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
Returns
DirectoryChannel
DMChannel
:
function
DMChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
DMChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
Returns
DMChannel
Emoji
:
function
Emoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
]
)
:
Emoji
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
]
Returns
Emoji
Entitlement
:
function
Entitlement
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEntitlement
]
)
:
Entitlement
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIEntitlement
]
Returns
Entitlement
ForumChannel
:
function
ForumChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
ForumChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
ForumChannel
Guild
:
function
Guild
<
State
extends
keyof
StructWhen
<
any
,
"cached"
>
=
"api"
>
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuild
|
GatewayGuildCreateDispatchData
,
]
,
)
:
Guild
<
State
>
Type Parameters
State
extends
keyof
StructWhen
<
any
,
"cached"
>
=
"api"
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuild
|
GatewayGuildCreateDispatchData
]
Returns
Guild
<
State
>
GuildBan
:
function
GuildBan
(
...
args
:
[
client
:
UsingClient
,
data
:
APIBan
|
ActuallyBan
,
guildId
:
string
,
]
,
)
:
GuildBan
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIBan
|
ActuallyBan
,
guildId
:
string
]
Returns
GuildBan
GuildEmoji
:
function
GuildEmoji
(
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
,
guildId
:
string
]
,
)
:
GuildEmoji
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIEmoji
,
guildId
:
string
]
Returns
GuildEmoji
GuildMember
:
function
GuildMember
(
...
args
:
[
client
:
UsingClient
,
data
:
GuildMemberData
,
user
:
APIUser
,
guildId
:
string
,
]
,
)
:
GuildMember
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
GuildMemberData
,
user
:
APIUser
,
guildId
:
string
]
Returns
GuildMember
GuildRole
:
function
GuildRole
(
...
args
:
[
client
:
UsingClient
,
data
:
APIRole
,
guildId
:
string
]
,
)
:
GuildRole
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIRole
,
guildId
:
string
]
Returns
GuildRole
GuildTemplate
:
function
GuildTemplate
(
...
args
:
[
client
:
UsingClient
,
data
:
APITemplate
]
)
:
GuildTemplate
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APITemplate
]
Returns
GuildTemplate
InteractionGuildMember
:
function
InteractionGuildMember
(
...
args
:
[
client
:
UsingClient
,
data
:
APIInteractionDataResolvedGuildMember
,
user
:
APIUser
,
guildId
:
string
,
]
,
)
:
InteractionGuildMember
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIInteractionDataResolvedGuildMember
,
user
:
APIUser
,
guildId
:
string
,
]
Returns
InteractionGuildMember
MediaChannel
:
function
MediaChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
MediaChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
MediaChannel
Message
:
function
Message
(
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
]
)
:
Message
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
]
Returns
Message
NewsChannel
:
function
NewsChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
NewsChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
NewsChannel
OptionResolver
:
function
OptionResolver
(
...
args
:
[
client
:
UsingClient
,
options
:
APIApplicationCommandInteractionDataOption
[]
,
parent
?:
Command
,
guildId
?:
string
,
resolved
?:
ContextOptionsResolved
,
]
,
)
:
OptionResolver
Parameters
...
args
:
[
client
:
UsingClient
,
options
:
APIApplicationCommandInteractionDataOption
[]
,
parent
?:
Command
,
guildId
?:
string
,
resolved
?:
ContextOptionsResolved
,
]
Returns
OptionResolver
Poll
:
function
Poll
(
...
args
:
[
client
:
UsingClient
,
data
:
APIPoll
,
channelId
:
string
,
messageId
:
string
,
]
,
)
:
Poll
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIPoll
,
channelId
:
string
,
messageId
:
string
]
Returns
Poll
StageChannel
:
function
StageChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
StageChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
StageChannel
Sticker
:
function
Sticker
(
...
args
:
[
client
:
UsingClient
,
data
:
APISticker
]
)
:
Sticker
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APISticker
]
Returns
Sticker
TextGuildChannel
:
function
TextGuildChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
TextGuildChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
TextGuildChannel
ThreadChannel
:
function
ThreadChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
,
)
:
ThreadChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIChannelBase
<
ChannelType
>
]
Returns
ThreadChannel
User
:
function
User
(
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
]
)
:
User
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIUser
]
Returns
User
VoiceChannel
:
function
VoiceChannel
(
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
,
)
:
VoiceChannel
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIGuildChannel
<
ChannelType
>
]
Returns
VoiceChannel
VoiceState
:
function
VoiceState
(
...
args
:
[
client
:
UsingClient
,
data
:
APIVoiceState
]
)
:
VoiceState
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIVoiceState
]
Returns
VoiceState
Webhook
:
function
Webhook
(
...
args
:
[
client
:
UsingClient
,
data
:
APIWebhook
]
)
:
Webhook
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
APIWebhook
]
Returns
Webhook
WebhookMessage
:
function
WebhookMessage
(
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
,
webhookId
:
string
,
webhookToken
:
string
,
]
,
)
:
WebhookMessage
Parameters
...
args
:
[
client
:
UsingClient
,
data
:
MessageData
,
webhookId
:
string
,
webhookToken
:
string
,
]
Returns
WebhookMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
seyfert
Loading...