2025-02-13 22:32:59 +04:00

7 lines
96 B
Plaintext

namespace TelegramCore;
struct PeerId {
namespace: int32 (id: 0);
id: int64 (id: 1);
}