Table of Contents

Interface ISystemMessage

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic message sent by the system.

public interface ISystemMessage : IMessage, IEntity<Guid>, IDeletable
Inherited Members
Extension Methods

Properties

SystemMessageType

Gets the type of the system message.

SystemMessageType SystemMessageType { get; }

Property Value

SystemMessageType

Remarks

warning

Because the data from Kook does not describe the type of the message in detail, this property is not implemented yet. Accessing this property will always result in an exception at present.