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



##########
File path: airflow/providers/telegram/operators/telegram.py
##########
@@ -63,9 +63,10 @@ def __init__(
         self.chat_id = chat_id
         self.token = token
         self.telegram_kwargs = telegram_kwargs or {}
+        self.text = text
 
-        if text is not None:
-            self.telegram_kwargs['text'] = text
+        if self.text is not None:

Review comment:
       ```suggestion
           if text is not None:
   ```




----------------------------------------------------------------
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