Search Results for

    Show / Hide Table of Contents

    Class StageInstanceUpdatedAuditLogData

    Contains a piece of audit log data related to a stage instance update.

    Inheritance
    Object
    StageInstanceUpdatedAuditLogData
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class StageInstanceUpdatedAuditLogData : object

    Properties

    | Improve this Doc View Source

    After

    Gets the stage information after the changes.

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

    Before

    Gets the stage information before the changes.

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

    StageChannelId

    Gets the Id of the stage channel.

    Declaration
    public ulong StageChannelId { get; }
    Property Value
    Type Description
    UInt64

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2