Roll back API

This commit is contained in:
Ali
2021-04-01 12:43:56 +04:00
parent 90b96c0e8e
commit c9cf1ae1d1
7 changed files with 21 additions and 83 deletions

View File

@@ -73,11 +73,11 @@ func telegramMediaActionFromApiAction(_ action: Api.MessageAction) -> TelegramMe
}
case let .messageActionSetMessagesTTL(period):
return TelegramMediaAction(action: .messageAutoremoveTimeoutUpdated(period))
case let .messageActionGroupCallScheduled(call, scheduleDate):
/*case let .messageActionGroupCallScheduled(call, scheduleDate):
switch call {
case let .inputGroupCall(id, accessHash):
return TelegramMediaAction(action: .groupPhoneCall(callId: id, accessHash: accessHash, scheduleDate: scheduleDate, duration: nil))
}
}*/
}
}