Compare commits
10 Commits
master
...
4b261543ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b261543ed | |||
| 9990e18982 | |||
| 1cc4e9ee2d | |||
| 2d7a04bc7f | |||
| e131826519 | |||
| 8161954db9 | |||
| 3241b25d25 | |||
| 696f1cb2ed | |||
| 93af06d985 | |||
| f74b605572 |
2
bot.py
2
bot.py
@@ -121,7 +121,7 @@ class Core(TasksHandlerMixin):
|
|||||||
if self.message.video_note:
|
if self.message.video_note:
|
||||||
self.send(chat_to_send, 'send_video_note', data=self.message.video_note.file_id)
|
self.send(chat_to_send, 'send_video_note', data=self.message.video_note.file_id)
|
||||||
if self.message.animation:
|
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)
|
self.send_message(self.message_text, chat_to_send)
|
||||||
|
|
||||||
def start_new_dialog(self, chat_ids):
|
def start_new_dialog(self, chat_ids):
|
||||||
|
|||||||
Reference in New Issue
Block a user