Files

7 lines
85 B
Plaintext

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