discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
GuildAPI.ChannelArgs
discord
w
api
GuildAPI
Undocumented in source.
struct
GuildAPI
struct
ChannelArgs {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
@
optional
Nullable
!
string
name
;
@
optional
int
type
;
@
optional
int
bitrate
;
@
optional
int
user_limit
;
@
optional
Overwrite
[]
permission_overwrites
;
@
optional
Nullable
!
Snowflake
parent_id
;
@
optional
Nullable
!
bool
nsfw
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
bitrate
int
bitrate
;
Undocumented in source.
name
Nullable
!
string
name
;
Undocumented in source.
nsfw
Nullable
!
bool
nsfw
;
Undocumented in source.
parent_id
Nullable
!
Snowflake
parent_id
;
Undocumented in source.
permission_overwrites
Overwrite
[]
permission_overwrites
;
Undocumented in source.
type
int
type
;
Undocumented in source.
user_limit
int
user_limit
;
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