Class KuracordDmChannel
Implements
IEquatable<KuracordChannel>
Inherited Members
Namespace: KSharpPlus.Entities.Channel
Assembly: KSharpPlus.dll
Syntax
public class KuracordDmChannel : KuracordChannel
Properties
| Improve this Doc View SourceRecipients
Gets the recipients of this direct message.
Declaration
public IReadOnlyList<KuracordUser> Recipients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<KuracordUser> |
Implements
IEquatable<>