mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Bot keyboard button with type url / callback / phone / location
now can be displayed with an icon in the upper-right corner. Inline bot keyboards almost done.
This commit is contained in:
@@ -1763,6 +1763,10 @@ void MainWidget::onDownloadPathSettings() {
|
||||
Ui::showLayer(box);
|
||||
}
|
||||
|
||||
void MainWidget::onSharePhoneWithBot(PeerData *recipient) {
|
||||
onShareContact(recipient->id, App::self());
|
||||
}
|
||||
|
||||
void MainWidget::ui_showPeerHistoryAsync(quint64 peerId, qint32 showAtMsgId) {
|
||||
Ui::showPeerHistory(peerId, showAtMsgId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user