Доработка работы с несколькими адаптерами
This commit is contained in:
@@ -13,7 +13,7 @@ public readonly record struct CompositeSessionKey(string AdapterId, string ChatI
|
||||
public static CompositeSessionKey FromUpdate(UpdateContext update)
|
||||
{
|
||||
return new CompositeSessionKey(
|
||||
update.AdapterId,
|
||||
update.Adapter.Id,
|
||||
update.Chat.Id,
|
||||
update.User.Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user