Interface PinnedMessagePaginationAction

All Superinterfaces:
Iterable<PinnedMessagePaginationAction.PinnedMessage>, PaginationAction<PinnedMessagePaginationAction.PinnedMessage,PinnedMessagePaginationAction>, RestAction<@Unmodifiable List<PinnedMessagePaginationAction.PinnedMessage>>

PaginationAction that paginates the pinned messages in a MessageChannel.
Note that this implementation is not considered thread-safe as modifications to the cache are not done with a lock. Calling methods on this class from multiple threads is not recommended.

Limits:
Minimum - 1
Maximum - 50

See Also: