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
  • Field Summary

    Fields inherited from interface io.micronaut.core.order.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Methods inherited from interface io.micronaut.chatbots.core.Handler

    canHandle, handle

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder