Class Footer

java.lang.Object
com.whatsapp.api.domain.messages.Footer

public class Footer extends Object

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 Details

    • text

      public String text
      The Text.
  • Constructor Details

    • Footer

      public Footer()
  • Method Details

    • getText

      public String getText()
      Gets text.
      Returns:
      the text
    • setText

      public Footer setText(String text)
      Sets text.
      Parameters:
      text - the text
      Returns:
      the text