Table of Contents
API reference

Enum ButtonPaginationBehavior

Namespace
DisCatSharp.Interactivity.Enums
Assembly
DisCatSharp.Interactivity.dll

Represents options of how to handle pagination timing out.

public enum ButtonPaginationBehavior

Fields

Disable = 0

The buttons should be disabled when pagination times out.

Ignore = 1

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

DeleteMessage = 2

The entire message should be deleted when pagination times out.

DeleteButtons = 3

The buttons should be removed entirely when pagination times out.