send error message
This commit is contained in:
@@ -804,6 +804,8 @@ class callbackQueryHandle(Thread):
|
|||||||
else:
|
else:
|
||||||
print(mes)
|
print(mes)
|
||||||
self.answer(f'第{ran}条发送失败!{mes}')
|
self.answer(f'第{ran}条发送失败!{mes}')
|
||||||
|
self._main._request("sendMessage", "post", {
|
||||||
|
"chat_id": chatId, "text": f'第{ran}条发送失败!{mes}'})
|
||||||
return
|
return
|
||||||
elif self._userId is not None and self._inlineKeyBoardCommand == InlineKeyBoardCallBack.ModifyChatId:
|
elif self._userId is not None and self._inlineKeyBoardCommand == InlineKeyBoardCallBack.ModifyChatId:
|
||||||
self._main._db.setUserStatus(
|
self._main._db.setUserStatus(
|
||||||
|
|||||||
Reference in New Issue
Block a user