Property Type
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Type
Gets the embed's type.
| Type | Description |
|---|---|
| rich | generic embed rendered from embed attributes |
| image | image embed |
| video | video embed |
| gifv | animated gif image embed rendered as a video embed |
| article | article embed |
| link | link embed |
| poll_result | poll result embed |
| auto_moderation_message | auto moderation embed |
[JsonProperty("type", NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; }