commit
e1dbfb9e51
@ -54,7 +54,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
|
|||||||
'project': 'pizda-bot',
|
'project': 'pizda-bot',
|
||||||
'name': 'telegram-bot',
|
'name': 'telegram-bot',
|
||||||
'body': {
|
'body': {
|
||||||
'message': text,
|
'text': 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': {
|
||||||
'message': text,
|
'text': text,
|
||||||
'chat_id': chat_id,
|
'chat_id': chat_id,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user