Nikita Shumsky
Results
2
comments of
Nikita Shumsky
> It's normal. Because there is lombok underhood. Thanks for answer, now I get it
> You're trying to use the builder pattern on the SendMessage class itself. There's a builder you can use > > ```java > SendMessage sendMessage = SendMessage.builder() > .chatId("CHAT_ID") >...