Skip to content

Promise returns undefined #138

@barak-11

Description

@barak-11

Can someone please explain why am I getting 'undefined'?

bot.postMessageToChannel('test-bot-channel', 'Hi',params).always(function(data) {
            console.log('success? -->'+data); //output: success? -->undefined
 }); 

The message was posted to the channel successfully.

Edit: when I change the method to postMessage it works, data is populated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions