2025-01-21 11:04:37 +04:00

7 lines
79 B
Plaintext

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