Property InteractedMessageId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
InteractedMessageId
The ID of the message that was interacted with to trigger the interaction.
note
For messages created from message component interactions.
Check Type to determine if this field is represented.
[JsonProperty("interacted_message_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong? InteractedMessageId { get; }