This provider can be used in workflows.As “action” to make changes or update data, example:
Copy
actions: - name: Query telegram provider: telegram config: "{{ provider.my_provider_name }}" with: chat_id: {value} # Unique identifier for the target chat or username of the target channel topic_id: {value} # Unique identifier for the target message thread (topic) message: {value} # Message to be sent reply_markup: {value} # Inline keyboard markup to be attached to the message reply_markup_layout: {value} # Direction of the reply markup, could be "horizontal" or "vertical" parse_mode: {value} # Mode for parsing entities in the message text, could be "markdown" or "html" image_url: {value} # URL of the image to be attached to the message caption_on_image: {value} # Whether to use the message as a caption for the image