mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-19 01:31:33 +00:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
namespace TelegramCore;
|
|
|
|
struct PeerId {
|
|
namespace: int32 (id: 0);
|
|
id: int64 (id: 1);
|
|
}
|