@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface UpdateChannelMemberRoleInput

    Properties required to update the channel role for a specific member of a channel.

    UpdateChannelMemberRoleInput

    interface UpdateChannelMemberRoleInput {
        channelId: ChannelId;
        handleId: HandleId;
        role: ChannelRole;
        targetHandleId: HandleId;
    }
    Index

    Properties

    channelId: ChannelId

    Identifier of the channel.

    handleId: HandleId

    Identifier of the handle owned by this client.

    The updated channel role for this handle.

    targetHandleId: HandleId

    Identifier of the handle associated with the channel member to update.