Search Results for

    Show / Hide Table of Contents

    Class EmoteCreateAuditLogData

    Contains a piece of audit log data related to an emoji creation.

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

    Properties

    | Improve this Doc View Source

    EmoteId

    Gets the snowflake ID of the created emoji.

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

    A representing the snowflake identifier for the created emoji.

    | Improve this Doc View Source

    Name

    Gets the name of the created emoji.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    A string containing the name of the created emoji.

    Implements

    IAuditLogData

    Theme

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