2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

emoji button with progress done for inline bot requests

This commit is contained in:
John Preston
2016-01-01 17:58:05 +08:00
parent ff481c810f
commit 85f46cef8c
12 changed files with 118 additions and 6 deletions

View File

@@ -759,6 +759,10 @@ void MainWidget::notify_botCommandsChanged(UserData *bot) {
history.notify_botCommandsChanged(bot);
}
void MainWidget::notify_inlineBotRequesting(bool requesting) {
history.notify_inlineBotRequesting(requesting);
}
void MainWidget::notify_userIsBotChanged(UserData *bot) {
history.notify_userIsBotChanged(bot);
}