Table of Contents

Struct ImageEmbed

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents an image embed.

public struct ImageEmbed : IEmbed
Implements
Inherited Members

Properties

OriginUrl

Gets the original URL of the image.

public readonly string OriginUrl { get; }

Property Value

string

A string representing the original URL of the image.

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.