mirror of
https://github.com/QuasarApp/qTbot.git
synced 2025-04-26 05:44:32 +00:00
fix id cb
This commit is contained in:
parent
93809a9663
commit
3a3460945c
@ -505,8 +505,14 @@ bool ITelegramBot::sendMessageRequest(const QSharedPointer<iRequest> &rquest,
|
||||
if (chatId) {
|
||||
_lastMessageId[chatId] = messageID;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (msgIdCB) {
|
||||
msgIdCB(-1);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user