diff --git a/TelegramBotBase/Enums/eSettings.cs b/TelegramBotBase/Enums/eSettings.cs
index e425650..7e55710 100644
--- a/TelegramBotBase/Enums/eSettings.cs
+++ b/TelegramBotBase/Enums/eSettings.cs
@@ -27,9 +27,14 @@ namespace TelegramBotBase.Enums
///
/// Does stick to the console event handler and saves all sessions on exit.
///
- SaveSessionsOnConsoleExit = 4
+ SaveSessionsOnConsoleExit = 4,
+ ///
+ /// Indicates the maximum number of times a request that received error
+ /// 429 will be sent again after a timeout until it receives code 200 or an error code not equal to 429.
+ ///
+ MaxNumberOfRetries = 5,
}
}