Table of Contents

Enum MessengerMessageCategory

Namespace
Vonage.Messages.Messenger
Assembly
Vonage.dll

Defines the message category for Facebook Messenger, which maps to Facebook's messaging_type.

public enum MessengerMessageCategory

Fields

MessageTag = 2

Message with a specific tag. Requires a corresponding Tag value to be set.

Response = 0

Response to a user-initiated conversation. Must be sent within 24 hours of the user's message.

Update = 1

Proactive message sent outside the 24-hour window. Requires special permissions.