mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Invite Links Improvements
This commit is contained in:
parent
ebb613fb9d
commit
d6777d68eb
30 changed files with 4595 additions and 4330 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue