Add bio editing and photo setup in voice chats

This commit is contained in:
Ilya Laktyushin
2021-03-27 10:23:35 +05:00
parent 1fd84c653b
commit 2c404a8b5c
27 changed files with 1743 additions and 1573 deletions

View File

@@ -24,6 +24,7 @@ protocol PeerInfoPaneNode: ASDisplayNode {
func addToTransitionSurface(view: UIView)
func updateHiddenMedia()
func updateSelectedMessages(animated: Bool)
func ensureMessageIsVisible(id: MessageId)
}
final class PeerInfoPaneWrapper {