1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:39:01 +01:00

Update changelog

This commit is contained in:
Daniil Gentili 2023-07-21 21:37:59 +02:00
parent 13f8fba970
commit 4dc3e557e8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,8 @@
MadelineProto was updated (8.0.0-beta115)!
Features:
- You can now get direct download links for or **directly download** stories, here's an example:
- Add support for `parse_mode` parsing for story methods.
- You can now get direct download links for or **directly download** stories, check out the [open-source](https://github.com/danog/MadelineProto/blob/v8/examples/tgstories_dl_bot.php) [@tgstories_dl_bot](https://t.me/tgstories_dl_bot) to download any Telegram story!
- Added support for `parse_mode` parsing for story methods.
- `getReply` now simply returns null if the message doesn't reply to any other message.
- `getReply` now has an optional parameter that can be used to filter the returned message type.
- Added `isSelfUser()`, `isSelfBot()` messages to check whether the current user is a user or a bot.
@ -14,10 +13,10 @@ Features:
Fixes:
- Fixed simple filters with service messages.
- Fixed IDE typehinting for `getEventHandler`.
- Fixed startAndLoopMulti
- Fixed startAndLoopMulti.
- Tweaked the default drop timeout on media DCs to avoid timeout errors on slow networks.
- Now the admin list only contains user report peers.
- Make `markdownEscape` method accessible
- Make `markdownEscape` method accessible.
- Fixed `getDownloadLink` for non-event-handler web IPC instances.
---

View File

@ -52,7 +52,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.0.0-beta114';
public const RELEASE = '8.0.0-beta115';
/**
* Secret chat was not found.
*