Property OriginalResponseMessageId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
OriginalResponseMessageId
On followup messages only, this will be the ID of the original response message.
On original response messages this will not be present.
[JsonProperty("original_response_message_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong? OriginalResponseMessageId { get; }