Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogEntry

    Represents an audit log entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogBanEntry
    DiscordAuditLogBotAddEntry
    DiscordAuditLogChannelEntry
    DiscordAuditLogEmojiEntry
    DiscordAuditLogGuildEntry
    DiscordAuditLogGuildScheduledEventEntry
    DiscordAuditLogIntegrationEntry
    DiscordAuditLogInviteEntry
    DiscordAuditLogKickEntry
    DiscordAuditLogMemberDisconnectEntry
    DiscordAuditLogMemberMoveEntry
    DiscordAuditLogMemberUpdateEntry
    DiscordAuditLogMessageEntry
    DiscordAuditLogMessagePinEntry
    DiscordAuditLogOverwriteEntry
    DiscordAuditLogPruneEntry
    DiscordAuditLogRoleUpdateEntry
    DiscordAuditLogStageEntry
    DiscordAuditLogStickerEntry
    DiscordAuditLogThreadEntry
    DiscordAuditLogWebhookEntry
    Inherited Members
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public abstract class DiscordAuditLogEntry : SnowflakeObject

    Properties

    | Improve this Doc View Source

    ActionCategory

    Gets the category under which the action falls.

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

    ActionType

    Gets the entry's action type.

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

    Reason

    Gets the reason defined in the action.

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

    UserResponsible

    Gets the user responsible for the action.

    Declaration
    public DiscordUser UserResponsible { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

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