mik-laj commented on a change in pull request #13990:
URL: https://github.com/apache/airflow/pull/13990#discussion_r569009380



##########
File path: airflow/providers/telegram/operators/telegram.py
##########
@@ -76,6 +74,9 @@ def __init__(
 
     def execute(self, **kwargs) -> None:
         """Calls the TelegramHook to post the provided Telegram message"""
+        if self.text:
+            self.telegram_kwargs['text'] = self.text

Review comment:
       Can you add tests to avoid regression?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to