diff --git a/internal/whatsapp/types/request.go b/internal/whatsapp/types/request.go index 6443b57..a20cec7 100644 --- a/internal/whatsapp/types/request.go +++ b/internal/whatsapp/types/request.go @@ -28,6 +28,13 @@ type RequestSendLink struct { URL string } +type RequestSendPoll struct { + RJID string + Question string + Options []string + MultipleAnswer bool +} + type RequestMessage struct { RJID string MSGID string