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

7 lines
85 B
Plaintext

namespace TelegramCore;
struct PixelDimensions {
width: int;
height: int;
}