Enum MessengerMessageCategory
Defines the message category for Facebook Messenger, which maps to Facebook's messaging_type.
public enum MessengerMessageCategory
Fields
MessageTag = 2Message with a specific tag. Requires a corresponding Tag value to be set.
Response = 0Response to a user-initiated conversation. Must be sent within 24 hours of the user's message.
Update = 1Proactive message sent outside the 24-hour window. Requires special permissions.