Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat.getPermalink #279

Merged
merged 2 commits into from
Aug 16, 2019
Merged

chat.getPermalink #279

merged 2 commits into from
Aug 16, 2019

Conversation

BenDenger
Copy link
Collaborator

@BenDenger BenDenger commented Aug 15, 2019

What problem are you trying to solve or corresponding Issue

added missing implementation of chat.getPermalink

Current Behavior

missing implementation


@JacksonDataClass
data class ChatGetPermalinkRequest constructor(@JsonProperty("channel") val channel: String,
@JsonProperty("message_ts") val timestamp: Instant) {
Copy link
Contributor

Choose a reason for hiding this comment

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

after my PR you need the @InstantToString annotation here


@JacksonDataClass
data class SuccessfulChatGetPermalinkResponse constructor(override val ok: Boolean,
@JsonProperty("channel") val channel: String,
Copy link
Contributor

Choose a reason for hiding this comment

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

the property should be named channelId

Copy link
Contributor

@MarvinSchramm MarvinSchramm left a comment

Choose a reason for hiding this comment

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

Also can you upgrade the version to M4 for this one

@MarvinSchramm MarvinSchramm merged commit be722eb into master Aug 16, 2019
@MarvinSchramm MarvinSchramm deleted the issue-2 branch August 16, 2019 12:55
@MarvinSchramm MarvinSchramm mentioned this pull request Aug 17, 2019
2 tasks
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.

None yet

2 participants