Search Results for

    Show / Hide Table of Contents

    Class SocketEntity<T>

    Inheritance
    Object
    SocketEntity<T>
    SocketApplicationCommand
    SocketChannel
    SocketCommandBaseData<TOption>
    SocketGuild
    SocketGuildEvent
    SocketInteraction
    SocketInvite
    SocketMessage
    SocketRole
    SocketSticker
    SocketUser
    Implements
    IEntity<T>
    Namespace: Discord.WebSocket
    Assembly: Discord.Net.WebSocket.dll
    Syntax
    public abstract class SocketEntity<T> : object, IEntity<T> where T : IEquatable<T>
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Id

    Gets the unique identifier for this object.

    Declaration
    public T Id { get; }
    Property Value
    Type Description
    T

    Implements

    IEntity<TId>

    Theme

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