Search Results for

    Show / Hide Table of Contents

    Class InviteUpdateAuditLogData

    Contains a piece of audit log data relating to an invite update.

    Inheritance
    Object
    InviteUpdateAuditLogData
    Implements
    IAuditLogData
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class InviteUpdateAuditLogData : object, IAuditLogData

    Properties

    | Improve this Doc View Source

    After

    Gets the invite information after the changes.

    Declaration
    public InviteInfo After { get; }
    Property Value
    Type Description
    InviteInfo

    An information object containing the invite information after the changes were made.

    | Improve this Doc View Source

    Before

    Gets the invite information before the changes.

    Declaration
    public InviteInfo Before { get; }
    Property Value
    Type Description
    InviteInfo

    An information object containing the original invite information before the changes were made.

    Implements

    IAuditLogData

    Theme

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