Package com.whatsapp.api.domain.messages
Class Footer
java.lang.Object
com.whatsapp.api.domain.messages.Footer
An object with the footer of the message
The footer object contains the following field:
- text: Required if footer is present - The footer content. Emojis, markdown, and links are supported. Maximum length: 60 characters
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
text
The Text.
-
-
Constructor Details
-
Footer
public Footer()
-
-
Method Details
-
getText
Gets text.- Returns:
- the text
-
setText
Sets text.- Parameters:
text
- the text- Returns:
- the text
-