Table of Contents

Property Thread

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Thread

Gets the thread that was started from this message.

warning

If you're looking to get the actual thread channel this message was send in, call Channel and convert it to a DiscordThreadChannel.

[JsonIgnore]
public DiscordThreadChannel Thread { get; }

Property Value

DiscordThreadChannel