This commit is contained in:
Ilya Laktyushin 2020-11-25 15:41:08 +04:00
parent d71a74af15
commit adabba67cb

View File

@ -207,7 +207,7 @@ public enum TelegramMediaActionType: PostboxCoding, Equatable {
encoder.encodeInt32(23, forKey: "_rawValue")
encoder.encodeInt64(callId, forKey: "callId")
encoder.encodeInt64(accessHash, forKey: "accessHash")
encoder.encodeInt64(peerId.toInt64(), forKey: "peerIdId")
encoder.encodeInt64(peerId.toInt64(), forKey: "peerId")
}
}