Table of Contents

Class GuildMemberUpdateEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildMemberUpdated event.

public class GuildMemberUpdateEventArgs : DiscordEventArgs
Inheritance
GuildMemberUpdateEventArgs
Inherited Members

Properties

AvatarHashAfter
AvatarHashBefore
AvatarUrlAfter
AvatarUrlBefore
Guild

Gets the guild in which the update occurred.

GuildAvatarDecorationDataAfter
GuildAvatarDecorationDataBefore
GuildAvatarHashAfter
GuildAvatarHashBefore
GuildAvatarUrlAfter
GuildAvatarUrlBefore
GuildBannerHashAfter
GuildBannerHashBefore
GuildBannerUrlAfter
GuildBannerUrlBefore
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.