BatchCreateChannelMembershipRequest
Types
Properties
Link copied to clipboard
The ARN of the channel to which you're adding users.
Link copied to clipboard
The AppInstanceUserArn
of the user that makes the API call.
Link copied to clipboard
The ARNs of the members you want to add to the channel.
Link copied to clipboard
The membership type of a user, DEFAULT
or HIDDEN
. Default members are always returned as part of ListChannelMemberships
. Hidden members are only returned if the type filter in ListChannelMemberships
equals HIDDEN
. Otherwise hidden members are not returned. This is only supported by moderators.
Functions
Link copied to clipboard
inline fun copy(block: BatchCreateChannelMembershipRequest.Builder.() -> Unit = {}): BatchCreateChannelMembershipRequest