using System; namespace TelegramBotBase.Attributes; /// /// Declares that the field or property should be save and recovered an restart. /// public class SaveState : Attribute { public string Key { get; set; } }