Table of Contents

Enum ButtonPaginationBehavior

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

Represents options of how to handle pagination timing out.

public enum ButtonPaginationBehavior
Extension Methods

Fields

DeleteButtons = 3

The buttons should be removed entirely when pagination times out.

DeleteMessage = 2

The entire message should be deleted when pagination times out.

Disable = 0

The buttons should be disabled when pagination times out.

Ignore = 1

The buttons should be left as is when pagination times out.