Table of Contents

Struct LinkEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a link embed.

public struct LinkEmbed : IEmbed
Implements
Inherited Members

Properties

Color

Gets the color displayed along the left side of the card.

public readonly Color Color { get; }

Property Value

Color

A string representing the color displayed along the left side of the card.

Description

Gets the description of the website the link directs to.

public readonly string Description { get; }

Property Value

string

A string representing the description of the website the link directs to.

Image

Gets the URL of the image related to the website the link directs to.

public readonly string Image { get; }

Property Value

string

A string representing the URL of the image related to the website the link directs to.

SiteName

Gets the name of the website the link directs to.

public readonly string SiteName { get; }

Property Value

string

A string representing the name of the website the link directs to.

Title

Gets the title of the website the link directs to.

public readonly string Title { get; }

Property Value

string

A string representing the title of the website the link directs to.

Type

Gets the type of this embed.

public EmbedType Type { get; }

Property Value

EmbedType

A EmbedType that represents the type of this embed.

Url

Gets the URL of this embed.

public readonly string Url { get; }

Property Value

string

A string that represents the URL of this embed.