Search Results for

    Show / Hide Table of Contents

    Class DiscordAuditLogStageEntry

    Represents a audit log stage entry.

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

    Properties

    | Improve this Doc View Source

    PrivacyLevelChange

    Gets the description of stage instance's privacy level change.

    Declaration
    public PropertyChange<StagePrivacyLevel?> PrivacyLevelChange { get; }
    Property Value
    Type Description
    PropertyChange<System.Nullable<StagePrivacyLevel>>
    | Improve this Doc View Source

    Target

    Gets the affected stage instance

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

    TopicChange

    Gets the description of stage instance's topic change.

    Declaration
    public PropertyChange<string> TopicChange { get; }
    Property Value
    Type Description
    PropertyChange<System.String>

    Extension Methods

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