mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -30,6 +30,10 @@ public struct ChatListNodePeersFilter: OptionSet {
|
||||
|
||||
public static let excludeChannels = ChatListNodePeersFilter(rawValue: 1 << 12)
|
||||
public static let onlyGroupsAndChannels = ChatListNodePeersFilter(rawValue: 1 << 13)
|
||||
|
||||
public static let excludeGroups = ChatListNodePeersFilter(rawValue: 1 << 14)
|
||||
public static let excludeUsers = ChatListNodePeersFilter(rawValue: 1 << 15)
|
||||
public static let excludeBots = ChatListNodePeersFilter(rawValue: 1 << 16)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user