1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 21:14:43 +01:00

Update changelog

This commit is contained in:
Daniil Gentili 2023-07-10 19:23:52 +02:00
parent f314cd9f2c
commit 1ed51dd7fa
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -16,6 +16,7 @@ Features:
- You can now use `reportMemoryProfile()` to generate and send a `pprof` memory profile to all report peers to debug the causes of high memory usage.
- Added support for `pay`, `login_url`, `web_app` and `tg://user?id=` buttons in bot API syntax!
- Added a `getAdmin` function that returns the ID of the admin of the bot (which is equal to the first peer returned by getReportPeers in the event handler).
- getPlugin can now be used from IPC clients!
Fixes:
- Fixed file uploads with ext-uv!