Table of Contents

Interface IMediaModule

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的媒体模块,可用于 ICard 中。

public interface IMediaModule : IModule
Inherited Members
Extension Methods

Properties

Source

获取与此模块关联的媒体的源。

string Source { get; }

Property Value

string

Title

获取与此模块关联的媒体的标题。

string? Title { get; }

Property Value

string