Table of Contents

Enum PaginationBehaviour

Namespace
DSharpPlus.Interactivity.Enums
Assembly
DSharpPlus.Interactivity.dll

Specifies how pagination will handle advancing past the first and last pages.

public enum PaginationBehaviour
Extension Methods

Fields

Ignore = 1

Attempting to go beyond the first or last page will be ignored.

WrapAround = 0

Going forward beyond the last page will loop back to the first page. Likewise, going back from the first page will loop around to the last page.