This commit is contained in:
6
BotPages.Core/Abstractions/CompositeSessionKey.cs
Normal file
6
BotPages.Core/Abstractions/CompositeSessionKey.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BotPages.Core.Abstractions;
|
||||
|
||||
/// <summary>
|
||||
/// Ключ для идентификации пользовательской сессии.
|
||||
/// </summary>
|
||||
public readonly record struct CompositeSessionKey(string MessengerType, string ChatId, string? UserId);
|
||||
Reference in New Issue
Block a user