Class SendMessageUtils
java.lang.Object
io.micronaut.chatbots.telegram.core.SendMessageUtils
- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull Optional<SendMessage>
compose
(@NonNull SpaceParser<Update, Chat> spaceParser, @NonNull Update update, @NonNull String text) static @NonNull Optional<SendMessage>
compose
(@NonNull SpaceParser<Update, Chat> spaceParser, @NonNull Update update, @NonNull String text, @Nullable ParseMode parseMode) static @NonNull SendMessage
-
Method Details
-
compose
@NonNull public static @NonNull Optional<SendMessage> compose(@NonNull @NonNull SpaceParser<Update, Chat> spaceParser, @NonNull @NonNull Update update, @NonNull @NonNull String text) -
compose
@NonNull public static @NonNull Optional<SendMessage> compose(@NonNull @NonNull SpaceParser<Update, Chat> spaceParser, @NonNull @NonNull Update update, @NonNull @NonNull String text, @Nullable @Nullable ParseMode parseMode) -
compose
@NonNull public static @NonNull SendMessage compose(@NonNull @NonNull Chat space, @NonNull @NonNull String text, @Nullable @Nullable ParseMode parseMode)
-