mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
WIP
This commit is contained in:
parent
bc0272e224
commit
1db12483cc
19 changed files with 466 additions and 129 deletions
|
|
@ -141,6 +141,7 @@ public struct TelegramChannelFlags: OptionSet {
|
|||
public static let isCreator = TelegramChannelFlags(rawValue: 1 << 1)
|
||||
public static let isScam = TelegramChannelFlags(rawValue: 1 << 2)
|
||||
public static let hasGeo = TelegramChannelFlags(rawValue: 1 << 3)
|
||||
public static let hasVoiceChat = TelegramChannelFlags(rawValue: 1 << 4)
|
||||
}
|
||||
|
||||
public final class TelegramChannel: Peer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue