mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 04:00:54 +00:00
9 lines
145 B
Swift
9 lines
145 B
Swift
|
|
public struct PostboxClientId {
|
|
public let stableId: Int32
|
|
|
|
public init(stableId: Int32) {
|
|
self.stableId = stableId
|
|
}
|
|
}
|