Table of Contents

Interface IAttachment

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个消息内通用的附件。

public interface IAttachment

Properties

Duration

如果此附件表示可播放的内容,则获取其持续时间。

TimeSpan? Duration { get; }

Property Value

TimeSpan?

FileType

获取此附件的文件类型。

string? FileType { get; }

Property Value

string

Filename

获取此附件的文件名。

string? Filename { get; }

Property Value

string

Height

如果此附件表示的内容包含画面,则获取其高度。

int? Height { get; }

Property Value

int?

Size

获取此附件的文件大小。

int? Size { get; }

Property Value

int?

Type

获取此附件的类型。

AttachmentType Type { get; }

Property Value

AttachmentType

Url

获取此附件的 URL。

string Url { get; }

Property Value

string

Width

如果此附件表示的内容包含画面,则获取其宽度。

int? Width { get; }

Property Value

int?