Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Иван Иванчук committed Sep 10, 2023
1 parent 53c3259 commit 1b9ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/blamer/bot/conversation/Conversation.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @Component("/example")
* public class Example implements Conversation {
* @Override
* public SendMessage messageOf(final Update update) {
* public Mono<SendMessage> messageOf(final Update update) {
* final SendMessage sendMessage = new SendMessage();
* sendMessage.setChatId(update.getMessage().getChatId());
* sendMessage.setText("Text for message");
Expand Down

0 comments on commit 1b9ba43

Please sign in to comment.