Package com.whatsapp.api.domain.messages
Class Reply
java.lang.Object
com.whatsapp.api.domain.messages.Reply
Use when button is of type reply
- id: Unique identifier for your button. This ID is returned in the webhook when the button is clicked by the user. Maximum length: 256 characters.
- title: Button title. It cannot be an empty string and must be unique within the message. Emojis are supported, markdown is not. Maximum length: 20 characters.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
The Id. -
title
The Title.
-
-
Constructor Details
-
Reply
public Reply()
-
-
Method Details
-
getId
Gets id.- Returns:
- the id
-
setId
Sets id.- Parameters:
id
- the id- Returns:
- the id
-
getTitle
Gets title.- Returns:
- the title
-
setTitle
Sets title.- Parameters:
title
- the title- Returns:
- the title
-