Skip to content

Conversation

@bdros
Copy link

@bdros bdros commented Feb 27, 2020

There was API change in slack. This fixes bug in issue 153

#153

public abstract class AbstractChatMessageParams implements MessageParams {
@JsonProperty("channel")
public abstract String getChannelId();
public abstract String getToken();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need this? I would have expected that given that this implements HasToken via MessageParams, you shouldn't need to explicitly define it here, right? Failing that, seems like it should have an @Override tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants