Values.BatchAddChannelRoleToAccessorsInputSourceAdd role to multiple users or groups in a private re:Post 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.
*)accessorIds : AccessorIdList.t;The user or group identifiers to add the role to.
*)channelRole : ChannelRole.t;The channel role to add to the users or groups.
*)}val make :
spaceId:SpaceId.t ->
channelId:ChannelId.t ->
accessorIds:AccessorIdList.t ->
channelRole:ChannelRole.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AccessorId.t ] list
| `String of SpaceId.t ])
list ]