Class Attachment
表示一个消息内基于的附件。
public class Attachment : IAttachment
- Inheritance
-
Attachment
- Implements
- Inherited Members
Properties
Duration
如果此附件表示可播放的内容,则获取其持续时间。
public TimeSpan? Duration { get; }
Property Value
FileType
获取此附件的文件类型。
public string? FileType { get; }
Property Value
Filename
获取此附件的文件名。
public string? Filename { get; }
Property Value
Height
如果此附件表示的内容包含画面,则获取其高度。
public int? Height { get; }
Property Value
- int?
Size
获取此附件的文件大小。
public int? Size { get; }
Property Value
- int?
Type
获取此附件的类型。
public AttachmentType Type { get; }
Property Value
Url
获取此附件的 URL。
public string Url { get; }
Property Value
Width
如果此附件表示的内容包含画面,则获取其宽度。
public int? Width { get; }
Property Value
- int?
Methods
ToString()
获取此附件的文件名。
public override string? ToString()
Returns
- string
此附件的文件名。