From eb5867d689a2644e3e55394fb8bfc7847ff4edab Mon Sep 17 00:00:00 2001 From: Misha133 Date: Fri, 27 Jan 2023 22:27:01 +0300 Subject: [PATCH] add comment about `null` + fix another xmldoc --- src/Discord.Net.Rest/Entities/Messages/RestMessage.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Discord.Net.Rest/Entities/Messages/RestMessage.cs b/src/Discord.Net.Rest/Entities/Messages/RestMessage.cs index 19675e43b..a497289d1 100644 --- a/src/Discord.Net.Rest/Entities/Messages/RestMessage.cs +++ b/src/Discord.Net.Rest/Entities/Messages/RestMessage.cs @@ -84,12 +84,15 @@ namespace Discord.Rest /// /// Gets the thread that was started from this message. /// + /// + /// A object if this message has thread attached; otherwise . + /// public RestThreadChannel Thread { get; private set; } /// public MessageRoleSubscriptionData RoleSubscriptionData { get; private set; } - /// + /// public IReadOnlyCollection Components { get; private set; } /// /// Gets a collection of the mentioned users in the message.