mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video streaming improvements
This commit is contained in:
@@ -6,7 +6,7 @@ public final class EngineGroupCallDescription {
|
||||
public let title: String?
|
||||
public let scheduleTimestamp: Int32?
|
||||
public let subscribedToScheduled: Bool
|
||||
public let isStream: Bool
|
||||
public let isStream: Bool?
|
||||
|
||||
public init(
|
||||
id: Int64,
|
||||
@@ -14,7 +14,7 @@ public final class EngineGroupCallDescription {
|
||||
title: String?,
|
||||
scheduleTimestamp: Int32?,
|
||||
subscribedToScheduled: Bool,
|
||||
isStream: Bool
|
||||
isStream: Bool?
|
||||
) {
|
||||
self.id = id
|
||||
self.accessHash = accessHash
|
||||
|
||||
Reference in New Issue
Block a user