|
@@ -84,12 +84,15 @@ namespace Discord.Rest |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Gets the thread that was started from this message. |
|
|
/// Gets the thread that was started from this message. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
|
|
|
/// <returns> |
|
|
|
|
|
/// A <see cref="RestThreadChannel"/> object if this message has thread attached; otherwise <see langword="null"/>. |
|
|
|
|
|
/// </returns> |
|
|
public RestThreadChannel Thread { get; private set; } |
|
|
public RestThreadChannel Thread { get; private set; } |
|
|
|
|
|
|
|
|
/// <inheritdoc /> |
|
|
/// <inheritdoc /> |
|
|
public MessageRoleSubscriptionData RoleSubscriptionData { get; private set; } |
|
|
public MessageRoleSubscriptionData RoleSubscriptionData { get; private set; } |
|
|
|
|
|
|
|
|
/// <inheritdoc/> |
|
|
|
|
|
|
|
|
/// <inheritdoc cref="IMessage.Components"/> |
|
|
public IReadOnlyCollection<ActionRowComponent> Components { get; private set; } |
|
|
public IReadOnlyCollection<ActionRowComponent> Components { get; private set; } |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Gets a collection of the mentioned users in the message. |
|
|
/// Gets a collection of the mentioned users in the message. |
|
|