Table of Contents

Enum Direction

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示获取消息的方向。

public enum Direction

Fields

After = 3

以指定的参考消息为基准,向后获取消息。

Around = 2

以指定的参考消息为基准,获取周围的消息。

Before = 1

以指定的参考消息为基准,向前获取消息。

Unspecified = 0

未指定消息的获取方向。