mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add bot to chat improvements
This commit is contained in:
@@ -1093,7 +1093,7 @@ public final class Transaction {
|
||||
assert(!self.disposed)
|
||||
self.postbox?.deviceContactImportInfoTable.enumerateDeviceContactImportInfoItems(f)
|
||||
}
|
||||
|
||||
|
||||
public func getChatListNamespaceEntries(groupId: PeerGroupId, namespace: MessageId.Namespace, summaryTag: MessageTags?) -> [ChatListNamespaceEntry] {
|
||||
assert(!self.disposed)
|
||||
guard let postbox = self.postbox else {
|
||||
|
||||
Reference in New Issue
Block a user