Class RNMessage
-
- All Implemented Interfaces:
public final class RNMessage extends Message
-
-
Field Summary
Fields Modifier and Type Field Description private final RNUser
author
private final User
author
public final List<RNUser>
mentions
private final List<User>
mentions
private final MessageActivity
activity
private final MessageAllowedMentions
allowedMentions
private final Application
application
private final Long
applicationId
private final List<MessageAttachment>
attachments
private final MessageCall
call
private final CaptchaHelper.CaptchaPayload
captchaPayload
private final Long
channelId
private final List<Component>
components
private final String
content
private final UtcDateTime
editedTimestamp
private final List<MessageEmbed>
embeds
private final Long
flags
private final Long
guildId
private final Boolean
hasLocalUploads
private final Boolean
hit
private final Long
id
private final Long
initialAttemptTimestamp
private final Interaction
interaction
private final Long
lastManualAttemptTimestamp
private final List<LocalAttachment>
localAttachments
private final Boolean
mentionEveryone
private final List<Long>
mentionRoles
private final MessageReference
messageReference
private final String
nonce
private final Integer
numRetries
private final Boolean
pinned
private final List<MessageReaction>
reactions
private final Message
referencedMessage
private final RoleSubscriptionData
roleSubscriptionData
private final List<StickerPartial>
stickerItems
private final List<Sticker>
stickers
private final Channel
thread
private final UtcDateTime
timestamp
private final Boolean
tts
private final Integer
type
private final Long
webhookId
-
Method Summary
-
Methods inherited from class com.discord.models.message.Message
canResend, component1, component10, component11, component12, component13, component14, component15, component16, component17, component18, component19, component2, component20, component21, component22, component23, component24, component25, component26, component27, component28, component29, component3, component30, component31, component32, component33, component34, component35, component36, component37, component38, component39, component4, component5, component6, component7, component8, component9, copy, equals, getActivity, getAllowedMentions, getApplication, getApplicationId, getAttachments, getAuthor, getCall, getCallDuration, getCaptchaPayload, getChannelId, getComponents, getContent, getEditedTimestamp, getEmbeds, getFlags, getGuildId, getHasLocalUploads, getHit, getId, getInitialAttemptTimestamp, getInteraction, getLastManualAttemptTimestamp, getLocalAttachments, getMentionEveryone, getMentionRoles, getMentions, getMessageReference, getNonce, getNumRetries, getPinned, getReactions, getReactionsMap, getReferencedMessage, getRoleSubscriptionData, getStickerItems, getStickers, getThread, getTimestamp, getTts, getType, getWebhookId, hasAttachments, hasEmbeds, hasFlag, hasStickers, hasThread, hashCode, isApplicationMessage, isCrosspost, isCrossposted, isEmbeddedMessageType, isEphemeralMessage, isFailed, isInteraction, isLoading, isLocal, isLocalApplicationCommand, isSourceDeleted, isSpotifyListeningActivity, isSystemMessage, isUrgent, isUserMessage, isWebhook, merge, shouldShowReplyPreviewAsAttachment, synthesizeApiMessage, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-