|
@@ -111,17 +111,18 @@ namespace Discord |
|
|
/// </returns> |
|
|
/// </returns> |
|
|
IReadOnlyCollection<ulong> MentionedUserIds { get; } |
|
|
IReadOnlyCollection<ulong> MentionedUserIds { get; } |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Returns the Activity associated with a message. |
|
|
|
|
|
|
|
|
/// Gets the activity associated with a message. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <remarks> |
|
|
/// <remarks> |
|
|
/// Sent with Rich Presence-related chat embeds. |
|
|
|
|
|
|
|
|
/// Sent with Rich Presence-related chat embeds. This often refers to activity that requires end-user's |
|
|
|
|
|
/// interaction, such as a Spotify Invite activity. |
|
|
/// </remarks> |
|
|
/// </remarks> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// A message's activity, if any is associated. |
|
|
/// A message's activity, if any is associated. |
|
|
/// </returns> |
|
|
/// </returns> |
|
|
MessageActivity Activity { get; } |
|
|
MessageActivity Activity { get; } |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Returns the Application associated with a messsage. |
|
|
|
|
|
|
|
|
/// Gets the application associated with a message. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <remarks> |
|
|
/// <remarks> |
|
|
/// Sent with Rich-Presence-related chat embeds. |
|
|
/// Sent with Rich-Presence-related chat embeds. |
|
|