mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
aded codable for ItemCollectionId
This commit is contained in:
parent
fe3715bd90
commit
6d50c8ac48
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import Foundation
|
||||
|
||||
public struct ItemCollectionId: Comparable, Hashable {
|
||||
public struct ItemCollectionId: Comparable, Hashable, Codable {
|
||||
public typealias Namespace = Int32
|
||||
public typealias Id = Int64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue