Property Channel
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Channel
Gets the channel to which this message belongs.
public DiscordChannel Channel { get; }
Property Value
Remarks
This will be null
for an uncached channel, which will usually happen for when this event triggers on
DM channels in which no prior messages were received or sent.