Skip to content

WebhookEvent

This docs was updated at: 2026-02-23

com.paragon.messaging.whatsapp.WebhookEvent  ยท  Interface


Interface selada para eventos de webhook.

Since: 1.0

Methods

type

WebhookEventType type()

Retorna o tipo do evento.


timestamp

Instant timestamp()

Retorna o timestamp do evento.


isDelivered

public boolean isDelivered()

Verifica se a mensagem foi entregue com sucesso.


isRead

public boolean isRead()

Verifica se a mensagem foi lida.


isFailed

public boolean isFailed()

Verifica se houve falha.