Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

fix: downloadMediaMessage return type matched parameter

Open arthursimas1 opened this issue 9 months ago • 1 comments

arthursimas1 avatar May 01 '24 01:05 arthursimas1

Thanks for your contribution.

The next step is to wait for review and approval to merge it to main repository

The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it.

To test this PR you can run the following command below:

# NPM
npm install @whiskeysockets/baileys@arthursimas1/Baileys#typing-downloadMediaMessage
# YARN v2
yarn add @whiskeysockets/baileys@arthursimas1/Baileys#typing-downloadMediaMessage

whiskeysockets-bot avatar May 01 '24 01:05 whiskeysockets-bot

_logger is undefined

exports.default = ({ logger: _logger, chatKey, labelAssociationKey, socket }) => { TypeError: Cannot destructure property 'logger' of 'undefined' as it is undefined.

bobslavtriev avatar May 09 '24 12:05 bobslavtriev

@bobslavtriev use {} instead of passing nothing to in memory storage

arthursimas1 avatar May 11 '24 23:05 arthursimas1