restrictions to HandlersProvider

This commit is contained in:
2025-08-19 04:35:28 +04:00
parent 16440bcf43
commit 5cbf2502f6
+1 -1
View File
@@ -22,7 +22,7 @@ namespace Telegrator.Providers
/// Read-only dictionary mapping <see cref="UpdateType"/> to lists of handler descriptors. /// Read-only dictionary mapping <see cref="UpdateType"/> to lists of handler descriptors.
/// Each descriptor list is frozen to prevent modification after initialization. /// Each descriptor list is frozen to prevent modification after initialization.
/// </summary> /// </summary>
public readonly ReadOnlyDictionary<UpdateType, HandlerDescriptorList> HandlersDictionary; protected readonly ReadOnlyDictionary<UpdateType, HandlerDescriptorList> HandlersDictionary;
/// <summary> /// <summary>
/// Configuration options for the bot and handler execution behavior. /// Configuration options for the bot and handler execution behavior.