2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-07 13:26:47 +00:00

Update API scheme to layer 152.

This commit is contained in:
John Preston
2023-01-10 17:10:34 +04:00
parent 37cf12f06e
commit 90cb61676a
20 changed files with 187 additions and 112 deletions

View File

@@ -404,6 +404,10 @@ void ActivateBotCommand(ClickHandlerContext context, int row, int column) {
disabled);
} break;
case ButtonType::RequestPeer: { // #TODO request_peer
HideSingleUseKeyboard(controller, item);
} break;
case ButtonType::SwitchInlineSame:
case ButtonType::SwitchInline: {
if (const auto bot = item->getMessageBot()) {