2025-03-04 14:13:07 +01:00

7 lines
88 B
Plaintext

namespace TelegramCore;
struct ItemCollectionId {
namespace: int;
id: int64;
}