restrictions to HandlersProvider
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user