discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
GuildAPI.RoleCreateArgs
discord
w
api
GuildAPI
Undocumented in source.
struct
GuildAPI
struct
RoleCreateArgs {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
string
name
;
int
color
;
bool
hoist
;
uint
permissions
;
bool
mentionable
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
color
int
color
;
Undocumented in source.
hoist
bool
hoist
;
Undocumented in source.
mentionable
bool
mentionable
;
Undocumented in source.
name
string
name
;
Undocumented in source.
permissions
uint
permissions
;
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