Values.UpdateChannelInputSourceModifies an existing channel.
type nonrec t = {spaceId : SpaceId.t;The unique ID of the private re:Post.
*)channelId : ChannelId.t;The unique ID of the private re:Post channel.
*)channelName : ChannelName.t;The name for the channel. This must be unique per private re:Post.
*)channelDescription : ChannelDescription.t option;A description for the channel. This is used only to help you identify this channel.
*)}val make :
?channelDescription:??? ->
spaceId:SpaceId.t ->
channelId:ChannelId.t ->
channelName:ChannelName.t ->
unit ->
t