Class WhatsAppButtonMessage
-
- All Implemented Interfaces:
public final class WhatsAppButtonMessage extends WhatsAppMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringfromprivate final Stringtimestampprivate final WhatsAppContextcontextprivate final StringgroupIdprivate final WhatsAppButtonbuttonprivate final WhatsAppMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppButtonMessage(String id, String from, String timestamp, WhatsAppContext context, String groupId, WhatsAppButton button)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetFrom()StringgetTimestamp()WhatsAppContextgetContext()StringgetGroupId()final WhatsAppButtongetButton()-
-
Constructor Detail
-
WhatsAppButtonMessage
WhatsAppButtonMessage(String id, String from, String timestamp, WhatsAppContext context, String groupId, WhatsAppButton button)
-
-
Method Detail
-
getTimestamp
String getTimestamp()
-
getContext
WhatsAppContext getContext()
-
getGroupId
String getGroupId()
-
getButton
final WhatsAppButton getButton()
-
-
-
-