Table of Contents

Property Channel

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Channel

Gets the channel to which this message belongs.

public DiscordChannel Channel { get; }

Property Value

DiscordChannel

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.