Table of Contents

Enum NotifyType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies that how the guild should notify the user.

public enum NotifyType

Fields

AcceptAll = 1

Notifies the user of all messages.

Default = 0

Notifies the user as the default behavior of the guild.

Muted = 3

]Never notifies the user.

OnlyMentioned = 2

Notifies the user of the messages which mention the user.