Table of Contents

Class WhatsAppReplyingIndicator

Namespace
Vonage.Messages.WhatsApp
Assembly
Vonage.dll

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

Show bool

Whether 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

bool

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; }

Property Value

string