Table of Contents

Class SocketEntity<T>

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll
public abstract class SocketEntity<T> : IEntity<T> where T : IEquatable<T>

Type Parameters

T
Inheritance
SocketEntity<T>
Implements
Derived
Inherited Members

Properties

Id

Gets the unique identifier for this object.

public T Id { get; }

Property Value

T