Table of Contents
API reference

Enum SearchableEmbedType

Namespace
DisCatSharp.Experimental.Enums
Assembly
DisCatSharp.Experimental.dll

Represents the type of embed that can be searched.

public enum SearchableEmbedType

Fields

[EnumMember(Value = "image")] Image = 0

Represents an image embed.

[EnumMember(Value = "video")] Video = 1

Represents a video embed.

[EnumMember(Value = "gif")] Gif = 2

Represents a gif embed.

[EnumMember(Value = "sound")] Sound = 3

Represents a sound embed.

[EnumMember(Value = "article")] Article = 4

Represents an article embed.