Interface TelegramEndpointBuilderFactory.TelegramBuilders

    • Method Detail

      • telegram

        default TelegramEndpointBuilderFactory.TelegramEndpointBuilder telegram​(String path)
        Telegram (camel-telegram) Send and receive messages acting as a Telegram Bot Telegram Bot API. Category: cloud,api,chat Since: 2.18 Maven coordinates: org.apache.camel:camel-telegram Syntax: telegram:type Path parameter: type (required) The endpoint type. Currently, only the 'bots' type is supported. The value can be one of: bots
        Parameters:
        path - type
      • telegram

        default TelegramEndpointBuilderFactory.TelegramEndpointBuilder telegram​(String componentName,
                                                                                String path)
        Telegram (camel-telegram) Send and receive messages acting as a Telegram Bot Telegram Bot API. Category: cloud,api,chat Since: 2.18 Maven coordinates: org.apache.camel:camel-telegram Syntax: telegram:type Path parameter: type (required) The endpoint type. Currently, only the 'bots' type is supported. The value can be one of: bots
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - type