MyGuildMemberUpdateRequest constructor

const MyGuildMemberUpdateRequest({
  1. String? nick,
  2. Base64ImageType? avatar,
  3. Base64ImageType? banner,
  4. String? bio,
  5. String? pronouns,
  6. int? accentColor,
  7. GuildMemberProfileFlags? profileFlags,
  8. MentionReplyPreferences? mentionFlags,
  9. bool? mute,
  10. bool? deaf,
  11. DateTime? communicationDisabledUntil,
  12. String? timeoutReason,
  13. SnowflakeType? channelId,
  14. 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,
});