GuildMemberResponse constructor
const
GuildMemberResponse({
- required UserPartialResponse user,
- required List<
String> roles, - required DateTime joinedAt,
- required bool mute,
- required bool deaf,
- String? nick,
- String? avatar,
- String? banner,
- Int32Type? accentColor,
- DateTime? communicationDisabledUntil,
- GuildMemberProfileFlags? profileFlags,
- MentionReplyPreferences? mentionFlags,
Implementation
const GuildMemberResponse({
required this.user,
required this.roles,
required this.joinedAt,
required this.mute,
required this.deaf,
this.nick,
this.avatar,
this.banner,
this.accentColor,
this.communicationDisabledUntil,
this.profileFlags,
this.mentionFlags,
});