Class GuildMemberUpdateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for GuildMemberUpdated event.
public class GuildMemberUpdateEventArgs : DiscordEventArgs
- Inheritance
-
GuildMemberUpdateEventArgs
- Inherited Members
Properties
- AvatarHashAfter
Gets the member's avatar hash after the update.
- AvatarHashBefore
Gets the member's avatar hash before the update.
- AvatarUrlAfter
Gets the member's avatar URL after the update.
- AvatarUrlBefore
Gets the member's avatar URL before the update.
- Guild
Gets the guild in which the update occurred.
- GuildAvatarDecorationDataAfter
Gets the member's guild avatar decoration data after the update.
- GuildAvatarDecorationDataBefore
Gets the member's guild avatar decoration data before the update.
- GuildAvatarHashAfter
Gets the member's guild avatar hash after the update.
- GuildAvatarHashBefore
Gets the member's guild avatar hash before the update.
- GuildAvatarUrlAfter
Gets the member's guild avatar URL after the update.
- GuildAvatarUrlBefore
Gets the member's guild avatar URL before the update.
- GuildBannerHashAfter
Gets the member's guild banner hash after the update.
- GuildBannerHashBefore
Gets the member's guild banner hash before the update.
- GuildBannerUrlAfter
Gets the member's guild banner URL after the update.
- GuildBannerUrlBefore
Gets the member's guild banner URL before the update.
- Member
Gets the member that was updated.
- 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.
- TimeoutAfter
Gets whether the member is timed out after the update.
- TimeoutBefore
Gets whether the member is timed out before the update.
- UnusualDmActivityAfter
Gets whether the member has unusual dm activity after the update.
- UnusualDmActivityBefore
Gets whether the member has unusual dm activity before the update.