Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogMessageEntry

    Represents a audit log message entry.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordAuditLogEntry
    DiscordAuditLogMessageEntry
    Inherited Members
    DiscordAuditLogEntry.ActionType
    DiscordAuditLogEntry.UserResponsible
    DiscordAuditLogEntry.Reason
    DiscordAuditLogEntry.ActionCategory
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordAuditLogMessageEntry : DiscordAuditLogEntry

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel in which the action occurred.

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

    MessageCount

    Gets the number of messages that were affected.

    Declaration
    public int? MessageCount { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Target

    Gets the affected message. Note that more often than not, this will only have ID specified.

    Declaration
    public DiscordMessage Target { get; }
    Property Value
    Type Description
    DiscordMessage

    Extension Methods

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