mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Invite Links Improvements
This commit is contained in:
@@ -143,6 +143,7 @@ public struct TelegramChannelFlags: OptionSet {
|
||||
public static let hasGeo = TelegramChannelFlags(rawValue: 1 << 3)
|
||||
public static let hasVoiceChat = TelegramChannelFlags(rawValue: 1 << 4)
|
||||
public static let hasActiveVoiceChat = TelegramChannelFlags(rawValue: 1 << 5)
|
||||
public static let isFake = TelegramChannelFlags(rawValue: 1 << 6)
|
||||
}
|
||||
|
||||
public final class TelegramChannel: Peer {
|
||||
|
||||
Reference in New Issue
Block a user