interface ReactionPaginationReactionControllerResolvable {
    emoji: EmojiResolvable;
    type: PaginationControllerType | "FirstPage" | "PreviousPage" | "NextPage" | "LastPage" | "Stop";
}

Properties

Properties

emoji: EmojiResolvable
type: PaginationControllerType | "FirstPage" | "PreviousPage" | "NextPage" | "LastPage" | "Stop"