This commit is contained in:
Kovid Goyal
2026-06-25 16:26:42 +05:30
parent 253d6561de
commit 39ba5e271f

View File

@@ -1860,3 +1860,4 @@ def request_callback_with_thumbnail(
scale: float = 0.25, max_width: int = 480
) -> None: ...
def png_from_32bit_rgba_data(data: bytes, width: int, height: int, flip_vertically: bool = False) -> bytes: ...
def set_uint_at_address(address: int, value: int) -> None: ...