Features by @danog:
- Update to layer 165
- Full secret chat refactoring, fixing many issues and adding support for
updateNewOutgoingEncryptedMessage
updates. - A huge amount of stability and performance improvements.
- Added support for secret chats to the abstract
sendDocument
/sendPhoto
/sendMessage
methods. - 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
SimpleEventHandler
with the newSecretMessage
update & filters & fields! - Add secret chat support to
DialogSetTTL
/DialogScreenshotTaken
/DialogHistoryCleared
/SecretUserTyping
updates. - Add
DialogDeleteMessages
,DialogReadMessages
updates 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
,replyOrEdit
bound methods to all message classes. - Add
enableProtection
,disableProtection
bound methods to channel/supergroup message classes. - Add
enableSlowMode
,disableSlowMode
,enableJoinToComment
,disableJoinToComment
bound methods to supergroup message classes. - Add
DialogSetChatWallPaper
/DialogBotAllowed
/ChatUserTyping
updates andBotApp
/Wallpaper
/WallpaperSettings
classes. - Add
IsEdited
/IsNotEdited
message filters - Multiple bugfixes in the SimpleEventHandler API
Features by @thebrutish:
- Add support for an onStop method in the event handler