public class MessageResponse extends Object
| Constructor and Description |
|---|
MessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentResponse[] |
getAttachments() |
UserResponse |
getAuthor() |
long |
getChannelId() |
String |
getContent() |
String |
getEditedTimestamp() |
EmbedResponse[] |
getEmbeds() |
Integer |
getFlags() |
long |
getId() |
long[] |
getMentionRoles() |
UserResponse[] |
getMentions() |
MessageReferenceResponse |
getMessageReference() |
Long |
getNonce() |
ReactionResponse[] |
getReactions() |
String |
getTimestamp() |
int |
getType() |
Long |
getWebhookId() |
boolean |
isMentionEveryone() |
boolean |
isPinned() |
boolean |
isTts() |
String |
toString() |
public long getId()
public long getChannelId()
public UserResponse getAuthor()
public String getContent()
public String getTimestamp()
public boolean isTts()
public boolean isMentionEveryone()
public UserResponse[] getMentions()
public long[] getMentionRoles()
public AttachmentResponse[] getAttachments()
public EmbedResponse[] getEmbeds()
@Nullable public ReactionResponse[] getReactions()
public boolean isPinned()
@Nullable public MessageReferenceResponse getMessageReference()
public int getType()