Class WhatsAppReplyingIndicator
The replying indicator object.
public record WhatsAppReplyingIndicator : IEquatable<WhatsAppReplyingIndicator>
- Inheritance
-
WhatsAppReplyingIndicator
- Implements
- Inherited Members
Constructors
WhatsAppReplyingIndicator(bool)
The replying indicator object.
public WhatsAppReplyingIndicator(bool Show)
Parameters
ShowboolWhether to show the replying indicator to the WhatsApp user.
Properties
Show
Whether to show the replying indicator to the WhatsApp user.
public bool Show { get; init; }
Property Value
Type
The type of indicator to the WhatsApp user. The replying indicator will be dismissed once you respond, or after 25 seconds, whichever comes first. To prevent a poor user experience, only display a replying indicator if you are going to respond. Must be 'text'.
public string Type { get; }