Compare commits

..

No commits in common. "e970eecb24a0d72fdcaa2a7fa2f8c9d5b6dc96cb" and "4b261543ed1cf5d62578a5fff3092c2083dd5e17" have entirely different histories.

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', data=self.message.animation.file_id)
self.send(chat_to_send, 'send_animation', animation=self.message.animation.file_id)
self.send_message(self.message_text, chat_to_send)
def start_new_dialog(self, chat_ids):