public class AttachmentMessage extends Message
Message which contains an Attachment.quickReplies| Constructor and Description |
|---|
AttachmentMessage(Attachment attachment)
Instantiates a new attachment message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Attachment |
getAttachment()
Gets the
attachment. |
int |
hashCode() |
void |
setAttachment(Attachment attachment)
Sets the
attachment. |
String |
toString() |
getQuickReplies, setQuickRepliespublic AttachmentMessage(Attachment attachment)
attachment - the attachment.public Attachment getAttachment()
attachment.attachment.public void setAttachment(Attachment attachment)
attachment.attachment - the attachment to set.Copyright © 2017 BotMill. All rights reserved.