View another event...
accounts_changed
app_mention
app_rate_limited
app_uninstalled
bot_added
bot_changed
channel_archive
channel_created
channel_deleted
channel_history_changed
channel_joined
channel_left
channel_marked
channel_rename
channel_unarchive
commands_changed
dnd_updated
dnd_updated_user
email_domain_changed
emoji_changed
file_change
file_comment_added
file_comment_deleted
file_comment_edited
file_created
file_deleted
file_public
file_shared
file_unshared
goodbye
grid_migration_finished
grid_migration_started
group_archive
group_close
group_history_changed
group_joined
group_left
group_marked
group_open
group_rename
group_unarchive
hello
im_close
im_created
im_history_changed
im_marked
im_open
link_shared
manual_presence_change
member_joined_channel
member_left_channel
message
message.channels
message.groups
message.im
message.mpim
pin_added
pin_removed
pref_change
presence_change
presence_query
presence_sub
reaction_added
reaction_removed
reconnect_url
resources_added
resources_removed
scope_denied
scope_granted
star_added
star_removed
subteam_created
subteam_members_changed
subteam_self_added
subteam_self_removed
subteam_updated
team_domain_change
team_join
team_migration_started
team_plan_change
team_pref_change
team_profile_change
team_profile_delete
team_profile_reorder
team_rename
tokens_revoked
url_verification
user_change
user_typing
message.mpim event
A message was posted in a multiparty direct message channel
Compatibility: Events API
{
"type": "message",
"channel": "G024BE91L",
"user": "U2147483697",
"text": "Hello world",
"ts": "1355517523.000005"
}
The semantics for this message event type are similar to the core message event sent through the RTM API.
Events API compatibility
Subscribe to this event via the Events API .
Events of this type will be wrapped in metadata when sent via the Events API.
Unavailable in the RTM API
This event type is compatible only with the Events API .
When using the
RTM API , the Events API's
message.channels
,
message.im
,
message.mpim
, and
message.groups
event types are presented as simple
message events instead.