Compare commits

..

No commits in common. "e1dbfb9e51b8a9d69e15838d04c5e1c2a4eedf33" and "b23ab7b97f7e8597caa42f0ec5cfe4b2dedc3517" have entirely different histories.

View File

@ -54,7 +54,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
'project': 'pizda-bot', 'project': 'pizda-bot',
'name': 'telegram-bot', 'name': 'telegram-bot',
'body': { 'body': {
'text': text, 'message': text,
'reply_to_message_id': message_id, 'reply_to_message_id': message_id,
'chat_id': chat_id, 'chat_id': chat_id,
} }
@ -69,7 +69,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
'project': 'pizda-bot', 'project': 'pizda-bot',
'name': 'telegram-bot', 'name': 'telegram-bot',
'body': { 'body': {
'text': text, 'message': text,
'chat_id': chat_id, 'chat_id': chat_id,
} }
}, },