Class WhatsAppContext
Represents an optional context used for quoting/replying to a specific message in a conversation. When used, the WhatsApp UI will display the new message along with a contextual bubble that displays the quoted/replied to message's content.
public record WhatsAppContext : IEquatable<WhatsAppContext>
- Inheritance
-
WhatsAppContext
- Implements
- Inherited Members
Constructors
WhatsAppContext(string)
Represents an optional context used for quoting/replying to a specific message in a conversation. When used, the WhatsApp UI will display the new message along with a contextual bubble that displays the quoted/replied to message's content.
public WhatsAppContext(string MessageId)
Parameters
MessageIdstringThe UUID of the message being replied to/quoted.
Properties
MessageId
The UUID of the message being replied to/quoted.
[JsonPropertyName("message_uuid")]
public string MessageId { get; init; }