Table of Contents
API reference

Enum PaginationDeletion

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

Specifies what should be done once pagination times out.

public enum PaginationDeletion

Fields

DeleteEmojis = 0

Reaction emojis will be deleted on timeout.

KeepEmojis = 1

Reaction emojis will not be deleted on timeout.

DeleteMessage = 2

The message will be completely deleted on timeout.