Class GuildMemberUpdateEventArgs
Inheritance
System.Object
System.EventArgs
GuildMemberUpdateEventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildMemberUpdateEventArgs : DiscordEventArgs
Properties
|
Improve this Doc
View Source
AvatarHashAfter
Declaration
public virtual string AvatarHashAfter { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AvatarHashBefore
Declaration
public virtual string AvatarHashBefore { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AvatarUrlAfter
Declaration
public string AvatarUrlAfter { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AvatarUrlBefore
Declaration
public string AvatarUrlBefore { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guild
Gets the guild in which the update occurred.
Declaration
public DiscordGuild Guild { get; }
Property Value
|
Improve this Doc
View Source
GuildAvatarHashAfter
Declaration
public virtual string GuildAvatarHashAfter { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GuildAvatarHashBefore
Declaration
public virtual string GuildAvatarHashBefore { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GuildAvatarUrlAfter
Declaration
public string GuildAvatarUrlAfter { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GuildAvatarUrlBefore
Declaration
public string GuildAvatarUrlBefore { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Member
Gets the member that was updated.
Declaration
public DiscordMember Member { get; }
Property Value
|
Improve this Doc
View Source
NicknameAfter
Gets the member's new nickname.
Declaration
public string NicknameAfter { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NicknameBefore
Gets the member's old nickname.
Declaration
public string NicknameBefore { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PendingAfter
Gets whether the member had passed membership screening after the update.
Declaration
public bool? PendingAfter { get; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
PendingBefore
Gets whether the member had passed membership screening before the update.
Declaration
public bool? PendingBefore { get; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
RolesAfter
Gets a collection containing post-update roles.
Declaration
public IReadOnlyList<DiscordRole> RolesAfter { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DiscordRole> |
|
|
Improve this Doc
View Source
RolesBefore
Gets a collection containing pre-update roles.
Declaration
public IReadOnlyList<DiscordRole> RolesBefore { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<DiscordRole> |
|
|
Improve this Doc
View Source
TimeoutAfter
Gets whether the member is timed out after the update.
Declaration
public DateTimeOffset? TimeoutAfter { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
TimeoutBefore
Gets whether the member is timed out before the update.
Declaration
public DateTimeOffset? TimeoutBefore { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Extension Methods