Skip to content

v1.5.0

Compare
Choose a tag to compare
@madsmtm madsmtm released this 25 Jan 15:14
· 562 commits to master since this release
4f947cd
  • Added extensible attachments, see #333, thanks a lot to @kapi2289!
    • New attachments - ShareAttachment, LocationAttachment and LiveLocationAttachment
    • Detection of these attachments - .onLiveLocation
    • Sending these attachments - sendLocation and sendPinnedLocation
    • Fetching these attachments in .fetchThreadMessages
    • Detecting blocking/unblocking - .onBlock and .onUnblock
    • Un-reacting to messages - .reactToMessage(message_id, None)
    • Detecting reactions - .onReactionAdded and .onReactionRemoved
    • Sending voice clips - .sendRemoteVoiceClips and .sendLocalVoiceClips
    • Unsending messages - .unsend
    • Detecting unsent messages - .onMessageUnsent and Message.unsent
  • Increased default limit on searchForX, see #366
  • Automatically extend enumerators, see #371