Skip to content

MessageMeEvent does not have user property #1128

@cprayer

Description

@cprayer

When I receive a messageMeEvent from Slack Bolt, the username field is always null.

image

In messageMeEvent docs, user field exists.
image

However, in the slack-api-model 1.27.3 version com.slack.api.model.event.MessageMeEvent, there is a username field. I think during the process of deserialization, the field names are different so the mapping is not functioning correctly.

The Slack SDK version

1.27.3

Expected result:

When I receive a messageMeEvent from Slack Bolt, the username field is always null.

Actual result:

I want to get a user id from messageMeEvent

Metadata

Metadata

Assignees

Labels

bugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedproject:slack-api-modelproject:slack-api-model

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions