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