Update API

This commit is contained in:
Ilya Laktyushin
2024-09-13 13:53:15 +04:00
parent 3a9cacfa68
commit f18f337f2c
21 changed files with 102 additions and 37 deletions

View File

@@ -971,6 +971,8 @@ final class ChatPinnedMessageTitlePanelNode: ChatTitleAccessoryPanelNode {
controllerInteraction.openWebView(button.title, url, simple, .generic)
case .requestPeer:
break
case let .copyText(payload):
controllerInteraction.copyText(payload)
}
break