me_message message
A /me message was sent
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the me_message message subtype event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "message",
"subtype": "me_message",
"channel": "C123ABC456",
"user": "U123ABC456",
"text": "is doing that thing",
"ts": "1355517523.000005"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
A me_message is sent when a channel member performs an action using the /me command.