mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various fixes
This commit is contained in:
parent
fdbd3ceb7a
commit
ad2678645d
40 changed files with 5557 additions and 5839 deletions
|
|
@ -144,6 +144,7 @@ public struct TelegramChannelFlags: OptionSet {
|
|||
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 static let isGigagroup = TelegramChannelFlags(rawValue: 1 << 7)
|
||||
}
|
||||
|
||||
public final class TelegramChannel: Peer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue