mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
equatable for InviteFlags
This commit is contained in:
@@ -23,7 +23,7 @@ func apiUpdatesGroups(_ updates: Api.Updates) -> [Api.Chat] {
|
||||
|
||||
public enum ExternalJoiningChatState {
|
||||
|
||||
public struct InviteFlags {
|
||||
public struct InviteFlags : Equatable {
|
||||
public let isChannel: Bool
|
||||
public let isBroadcast: Bool
|
||||
public let isPublic: Bool
|
||||
|
||||
Reference in New Issue
Block a user