Table of Contents

Enum CreateAttachmentMode

Namespace
Kook
Assembly
Kook.Net.Core.dll

指示 FileAttachment 如何创建附件。

public enum CreateAttachmentMode

Fields

AssetUri = 2

通过指向 KOOK 对象存储服务器上的文件的 Uri 创建附件。

FilePath = 0

通过本地文件路径创建附件。

Stream = 1

通过 Stream 流的实例创建附件。