MyGuildMemberUpdateRequest constructor
const
MyGuildMemberUpdateRequest({
- String? nick,
- Base64ImageType? avatar,
- Base64ImageType? banner,
- String? bio,
- String? pronouns,
- int? accentColor,
- GuildMemberProfileFlags? profileFlags,
- MentionReplyPreferences? mentionFlags,
- bool? mute,
- bool? deaf,
- DateTime? communicationDisabledUntil,
- String? timeoutReason,
- SnowflakeType? channelId,
- String? connectionId,
Implementation
const MyGuildMemberUpdateRequest({
this.nick,
this.avatar,
this.banner,
this.bio,
this.pronouns,
this.accentColor,
this.profileFlags,
this.mentionFlags,
this.mute,
this.deaf,
this.communicationDisabledUntil,
this.timeoutReason,
this.channelId,
this.connectionId,
});