Open stories from notification

This commit is contained in:
Ali
2023-07-28 19:51:08 +04:00
parent 031784b6e3
commit 3a0d3b66f4
5 changed files with 88 additions and 3 deletions

View File

@@ -23,4 +23,5 @@ public protocol ChatListController: ViewController {
func navigateToFolder(folderId: Int32, completion: @escaping () -> Void)
func openStories(peerId: EnginePeer.Id)
func openStoriesFromNotification(peerId: EnginePeer.Id, storyId: Int32)
}