Table of Contents

Enum AttachmentType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the type of the attachment.

public enum AttachmentType

Fields

Audio = 3

The attachment is an audio.

File = 0

The attachment is a file.

Image = 1

The attachment is an image.

Video = 2

The attachment is a video.