Features by @danog:
- Update to layer 165
- Full secret chat refactoring, fixing many issues and adding support for
updateNewOutgoingEncryptedMessageupdates. - A huge amount of stability and performance improvements.
- Added support for secret chats to the abstract
sendDocument/sendPhoto/sendMessagemethods. - Reduce memory usage of secret chats by storing all messages in separate tables if a DB backend is used.
- Add cancellation support to the download methods.
Features by @mtalaeii:
- Add full secret chat support to the
SimpleEventHandlerwith the newSecretMessageupdate & filters & fields! - Add secret chat support to
DialogSetTTL/DialogScreenshotTaken/DialogHistoryCleared/SecretUserTypingupdates. - Add
DialogDeleteMessages,DialogReadMessagesupdates for secret chats (support will be extended to normal chats soon).
Features by @AhjByte:
- Add support for channel stories in the SimpleEventHandler API
- Add
enableAutoTranslate,disableAutoTranslate,replyOrEditbound methods to all message classes. - Add
enableProtection,disableProtectionbound methods to channel/supergroup message classes. - Add
enableSlowMode,disableSlowMode,enableJoinToComment,disableJoinToCommentbound methods to supergroup message classes. - Add
DialogSetChatWallPaper/DialogBotAllowed/ChatUserTypingupdates andBotApp/Wallpaper/WallpaperSettingsclasses. - Add
IsEdited/IsNotEditedmessage filters - Multiple bugfixes in the SimpleEventHandler API
Features by @thebrutish:
- Add support for an onStop method in the event handler