Compare commits

...

3 Commits

Author SHA1 Message Date
6d305f7e98 Merge pull request 'master' (#11) from master into prod
Reviewed-on: #11
2024-11-30 15:16:16 +03:00
3a19bdfdd5 fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 4s
Deploy Dev / Push (pull_request) Successful in 9s
Deploy Dev / Deploy dev (pull_request) Successful in 8s
Deploy Prod / Build (pull_request) Successful in 4s
Deploy Prod / Push (pull_request) Successful in 9s
Deploy Prod / Deploy prod (pull_request) Successful in 6s
2024-11-30 15:10:40 +03:00
30006955b5 Merge pull request 'fix' (#2) from master into prod
Reviewed-on: #2
2024-10-22 00:24:10 +03:00

2
bot.py
View File

@@ -121,7 +121,7 @@ class Core(TasksHandlerMixin):
if self.message.video_note:
self.send(chat_to_send, 'send_video_note', data=self.message.video_note.file_id)
if self.message.animation:
self.send(chat_to_send, 'send_animation', animation=self.message.animation.file_id)
self.send(chat_to_send, 'send_animation', data=self.message.animation.file_id)
self.send_message(self.message_text, chat_to_send)
def start_new_dialog(self, chat_ids):