typo [skip ci]

This commit is contained in:
overtake 2021-03-09 21:31:02 +04:00
parent d47b15945d
commit 8f43c4f0b0

View File

@ -40,7 +40,7 @@ public struct GroupCallSummary: Equatable {
extension GroupCallInfo {
init?(_ call: Api.GroupCall) {
switch call {
case let .groupCall(flags, id, accessHash, participantCount, params, title, streamDcId, recordStartDate, _):
case let .groupCall(_, id, accessHash, participantCount, params, title, streamDcId, recordStartDate, _):
var clientParams: String?
if let params = params {
switch params {