Search Results for

    Show / Hide Table of Contents

    Class GuildMemberTimeoutUpdateEventArgs

    Represents arguments for GuildMemberTimeoutChanged event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    GuildMemberTimeoutUpdateEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class GuildMemberTimeoutUpdateEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Actor

    Gets the member that timed out the member.

    Declaration
    public DiscordMember Actor { get; }
    Property Value
    Type Description
    DiscordMember
    | Improve this Doc View Source

    AuditLogId

    Gets the audit log id.

    Declaration
    public ulong? AuditLogId { get; }
    Property Value
    Type Description
    System.Nullable<System.UInt64>
    | Improve this Doc View Source

    AuditLogReason

    Gets the audit log reason.

    Declaration
    public string AuditLogReason { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guild

    Gets the guild this member was timed out.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    Target

    Gets the member that was timed out.

    Declaration
    public DiscordMember Target { get; }
    Property Value
    Type Description
    DiscordMember
    | Improve this Doc View Source

    TimeoutAfter

    Gets the timeout time after the update.

    Declaration
    public DateTimeOffset TimeoutAfter { get; }
    Property Value
    Type Description
    System.DateTimeOffset
    | Improve this Doc View Source

    TimeoutBefore

    Gets the timeout time before the update.

    Declaration
    public DateTimeOffset TimeoutBefore { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems