Class MessageActivity
An activity object found in a sent message.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class MessageActivity
Properties​
Type​
Gets the type of activity of this message.
View Source​
Declaration
public MessageActivityType Type { get; }
PartyId​
Gets the party ID of this activity, if any.
View Source​
Declaration
public string PartyId { get; }
Methods​
ToString()​
View Source​
Declaration
public override string ToString()
Returns​
System.String