Table of Contents

Interface IMediaModule

Namespace
Kook
Assembly
Kook.Net.Core.dll

A generic media module that can be used in an ICard.

public interface IMediaModule : IModule
Inherited Members
Extension Methods

Properties

Source

Gets the source of the media associated with this module.

string Source { get; }

Property Value

string

A string representing the source of the audio associated with this module.

Title

Gets the title of the media associated with this module.

string? Title { get; }

Property Value

string

A string representing the title of the media associated with this module.