Class GuildMemberUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for GuildMemberUpdated event.
public class GuildMemberUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
GuildMemberUpdatedEventArgs
Properties
- AvatarHashAfter
Gets the member's new avatar hash.
- AvatarHashBefore
Gets the member's old avatar hash.
- CommunicationDisabledUntilAfter
Gets the member's communication restriction after the update
- CommunicationDisabledUntilBefore
Gets the member's communication restriction before the update
- Guild
Gets the guild in which the update occurred.
- GuildAvatarHashAfter
Gets the member's new guild avatar hash.
- GuildAvatarHashBefore
Gets the member's old guild avatar hash.
- Member
Gets the member that was updated.
- MemberAfter
Get the member with post-update info
- MemberBefore
Get the member with pre-update info
- NicknameAfter
Gets the member's new nickname.
- NicknameBefore
Gets the member's old nickname.
- PendingAfter
Gets whether the member had passed membership screening after the update
- PendingBefore
Gets whether the member had passed membership screening before the update
- RolesAfter
Gets a collection containing post-update roles.
- RolesBefore
Gets a collection containing pre-update roles.
- UsernameAfter
Gets the member's new username.
- UsernameBefore
Gets the member's old username.