discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
GuildAPI.AddGuildMemberArgs
discord
w
api
GuildAPI
Undocumented in source.
struct
GuildAPI
struct
AddGuildMemberArgs {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
@
optional
Nullable
!
string
access_token
;
@
optional
Nullable
!
string
nick
;
@
optional
Snowflake
[]
roles
;
@
optional
Nullable
!
bool
mute
;
@
optional
Nullable
!
bool
deaf
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
access_token
Nullable
!
string
access_token
;
Undocumented in source.
deaf
Nullable
!
bool
deaf
;
Undocumented in source.
mute
Nullable
!
bool
mute
;
Undocumented in source.
nick
Nullable
!
string
nick
;
Undocumented in source.
roles
Snowflake
[]
roles
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
api
GuildAPI
constructors
this
functions
addMember
addMemberRole
banUser
bans
changeNickname
channels
checkPrune
createChannel
createIntegration
createRole
deleteGuild
deleteIntegration
embed
get
guildMember
integration
invites
kickUser
members
modifyMember
moveChannel
moveRole
pruneMembers
removeMemberRole
removeRole
roles
syncIntegration
unbanUser
updateEmbed
updateGuild
updateGuildIntegration
updateRole
vanityUrl
voiceRegions
structs
AddGuildMemberArgs
ChangeGuildMemberArgs
ChannelArgs
RoleCreateArgs
Update
variables
endpoint
requester