Skip to main content

group_archive message

A group was archived

Facts

Required Scopes
No scopes required!
Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the group_archive message subtype event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "message",
"subtype": "group_archive",
"ts": "1361482916.000003",
"text": "<U1234|@cal> archived the group",
"user": "U1234",
"members": [
"U1234",
"U5678"
]
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

A group_archive message is sent when a private group is archived.