updateChannel
Update a channel's name, description, and/or membership policy. Requires the 'manage_group' channel permission (app admins bypass).
updateChannel(
input: UpdateChannelInput!
): Group!
Arguments
updateChannel.input ● UpdateChannelInput! non-null input
The channel id plus the fields to change (omitted fields are left as-is).
Type
Group object
A generic group. groupType discriminates teams ('team'), channels ('channel'), and grid-access groups ('grid').