interface RESTPutAPIGuildMemberJSONBody

external
export interface RESTPutAPIGuildMemberJSONBody

https://discord.com/developers/docs/resources/guild#add-guild-member

external
access_token : string

An oauth2 access token granted with the guilds.join to the bot's application for the user you want to add to the guild

optionalexternal
deaf? : boolean | undefined

Whether the user is deafened in voice channelsRequires DEAFEN_MEMBERS permission

optionalexternal
mute? : boolean | undefined

Whether the user is muted in voice channelsRequires MUTE_MEMBERS permission

optionalexternal
nick? : string | undefined

Value to set users nickname toRequires MANAGE_NICKNAMES permission

optionalexternal
roles? : Snowflake[] | undefined

Array of role ids the member is assignedRequires MANAGE_ROLES permission