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.