group_close event
You closed a private channel
Compatibility:Â RTMÂ Events API
{
"type": "group_close",
"user": "U024BE7LH",
"channel": "G024BE91L"
}
The group_close
event is sent to all connections for a user when a private
channel is closed by that user.
This event is not available to bot user subscriptions in the Events 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.