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 = 3The buttons should be removed entirely when pagination times out.
DeleteMessage = 2The entire message should be deleted when pagination times out.
Disable = 0The buttons should be disabled when pagination times out.
Ignore = 1The buttons should be left as is when pagination times out.