Table of Contents

Class RestEntity<T>

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

Type Parameters

T
Inheritance
RestEntity<T>
Implements
Derived
Inherited Members

Properties

Id

Gets the unique identifier for this object.

public T Id { get; }

Property Value

T