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

@@ -863,6 +863,8 @@ open class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol {
item.controllerInteraction.openWebView(button.title, url, simple, .generic)
case .requestPeer:
break
case let .copyText(payload):
item.controllerInteraction.copyText(payload)
}
}
}