mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Lots more stuff
This commit is contained in:
12
src/Nadeko.Bot.Common/SmartText/SmartTextEmbedFooter.cs
Normal file
12
src/Nadeko.Bot.Common/SmartText/SmartTextEmbedFooter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
#nullable disable
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace NadekoBot;
|
||||
|
||||
public class SmartTextEmbedFooter
|
||||
{
|
||||
public string Text { get; set; }
|
||||
|
||||
[JsonProperty("icon_url")]
|
||||
public string IconUrl { get; set; }
|
||||
}
|
Reference in New Issue
Block a user