Merge branch 'master' into feature

This commit is contained in:
2018-03-05 13:55:09 +03:00
committed by GitHub

View File

@ -78,6 +78,7 @@ class MessageWorker:
first, *middle, last = msg['message']['text'].split()
if first == '@here' or last == '@here':
conf_id = msg['message']['chat']['id']
user_id = msg['message']['from']['id']
chat_title = msg['message']['chat']['title']