Исправлена очистка кнопок при отправке сообщения
All checks were successful
CI / build-test (push) Successful in 42s
Release / pack-and-publish (release) Successful in 47s

This commit is contained in:
2026-01-13 21:24:27 +03:00
parent 0ed47b2b90
commit 69ff3cf7d4

View File

@@ -200,6 +200,9 @@ public sealed class MessageBuilder
_adapterOptions = null; _adapterOptions = null;
_chatId = null; _chatId = null;
_reply.Clear();
_inline.Clear();
return outMessageId; return outMessageId;
} }
} }