Uses of Class
com.whatsapp.api.domain.messages.InteractiveMessage
Packages that use InteractiveMessage
-
Uses of InteractiveMessage in com.whatsapp.api.domain.messages
Methods in com.whatsapp.api.domain.messages that return InteractiveMessageModifier and TypeMethodDescriptionMessage.getInteractiveMessage()
Gets interactive message.Sets body.Sets footer.Sets header.InteractiveMessage.setType
(InteractiveMessageType type) Methods in com.whatsapp.api.domain.messages with parameters of type InteractiveMessageModifier and TypeMethodDescriptionMessage.MessageBuilder.buildInteractiveMessage
(InteractiveMessage interactiveMessage) Build an object to send anInteractiveMessage
-
Uses of InteractiveMessage in com.whatsapp.api.domain.messages.builder
Methods in com.whatsapp.api.domain.messages.builder that return InteractiveMessageModifier and TypeMethodDescriptionIInteractiveMessageBuilder.IInteractiveType.setType
(InteractiveMessageType type) Sets type.