Class PinnedMessagePaginationAction.PinnedMessage
java.lang.Object
net.dv8tion.jda.api.requests.restaction.pagination.PinnedMessagePaginationAction.PinnedMessage
- Enclosing interface:
PinnedMessagePaginationAction
A pinned message instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message that was pinned.The time when this message was pinned.toString()
-
Constructor Details
-
PinnedMessage
-
-
Method Details
-
getTimePinned
The time when this message was pinned.- Returns:
- The pin timestamp
-
getMessage
The message that was pinned.- Returns:
- The pinned message instance
-
toString
-