Property TargetMember
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
TargetMember
Gets the member targeted by the message action, if Discord supplied a user target id.
public DiscordMember? TargetMember { get; }
Property Value
Remarks
For message deletion actions this usually represents the author whose messages were affected. For pin and unpin actions this typically represents the author of the pinned message.