channel_convert_to_public message
This channel was made public. Any member in this workspace can see and join it
Facts
Required Scopes
No scopes required!
Usage info
This example includes both the event wrapper and the event structure for the channel_convert_to_public message subtype event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "message",
"subtype": "channel_convert_to_public",
"ts": "1723680078.026719",
"text": "made this channel *public*. Any member in this workspace can see and join it.",
"user": "U123ABC456",
"channel": "C123ABC456",
"event_ts": "1614215651.001300",
"channel_type": "channel"
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
A channel_convert_to_public message is sent when a channel is made public. Any member in this workspace can see and join it.