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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user