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 = 0Represents an image embed.
[EnumMember(Value = "video")] Video = 1Represents a video embed.
[EnumMember(Value = "gif")] Gif = 2Represents a gif embed.
[EnumMember(Value = "sound")] Sound = 3Represents a sound embed.
[EnumMember(Value = "article")] Article = 4Represents an article embed.