Table of Contents

Enum CreateAttachmentMode

Namespace
Kook
Assembly
Kook.Net.Core.dll

Indicates that how the FileAttachment will be operated to attache files.

public enum CreateAttachmentMode

Fields

AssetUri = 2

The FileAttachment will be created via a Uri pointing to a file on KOOK asset OSS.

FilePath = 0

The FileAttachment will be created via a local file path.

Stream = 1

The FileAttachment will be created via a Stream.