Interface TelegramHandler<O>
-
- Type Parameters:
O
- output type.
- All Superinterfaces:
Handler<TelegramBotConfiguration,Update,O>
,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
CommandHandler
public interface TelegramHandler<O> extends Handler<TelegramBotConfiguration,Update,O>
- Since:
- 1.0.0
- Author:
- Sergio del Amo