Skip to main content

Enum Direction

Specifies the direction of where message(s) should be retrieved from.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum Direction

Fields​

Before​

The message(s) should be retrieved before a message.

View Source​
Declaration
Before = 0

After​

The message(s) should be retrieved after a message.

View Source​
Declaration
After = 1

Around​

The message(s) should be retrieved around a message.

View Source​
Declaration
Around = 2