mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix typo
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user