Bot apps implementation

This commit is contained in:
Ilya Laktyushin
2023-02-28 23:25:35 +04:00
parent 4c6dd1e16d
commit 53d1cb856a
45 changed files with 1553 additions and 394 deletions

View File

@@ -897,7 +897,7 @@ public class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol
}
})
case let .openWebView(url, simple):
item.controllerInteraction.openWebView(button.title, url, simple, false)
item.controllerInteraction.openWebView(button.title, url, simple, .generic)
case .requestPeer:
break
}