TelegramBot: add method to work with the database

This commit is contained in:
2025-04-20 22:22:07 +03:00
parent 330abb90ff
commit a457ea1a19
7 changed files with 227 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ public record DemotivatorStyle
public float Padding { get; set; }
public float OuterMargin { get; set; }
public float CaptionSpacing { get; set; }
public float Wtf1 { get; set; }
public float AdditionalTextWidth { get; set; }
public Color OutlineColor { get; set; }
public Color TitleColor { get; set; }
public Color SubtitleColor { get; set; }