Class TelegramControllerConfiguration

  • All Implemented Interfaces:
    ControllerConfiguration, io.micronaut.core.util.Toggleable

    @Requires(property="micronaut.chatbots.telegram.endpoint.enabled",
              notEquals="false",
              defaultValue="true")
    @ConfigurationProperties("micronaut.chatbots.telegram.endpoint")
    public class TelegramControllerConfiguration
    extends ControllerConfigurationProperties
    TelegramController configuration.
    Since:
    1.0.0
    Author:
    Sergio del Amo
    • Constructor Detail

      • TelegramControllerConfiguration

        public TelegramControllerConfiguration()