Class WhatsAppMessageBase
Base class for all WhatsApp message requests.
public abstract class WhatsAppMessageBase : MessageRequestBase, IMessage
- Inheritance
-
WhatsAppMessageBase
- Implements
- Derived
- Inherited Members
Properties
Context
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.
[JsonPropertyOrder(8)]
public WhatsAppContext Context { get; set; }