Browse Source

add send poll request type to be used in controller

pull/61/head
Dimas Restu H 2 years ago
parent
commit
3319944d2c
  1. 7
      internal/whatsapp/types/request.go

7
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

Loading…
Cancel
Save