How do I get each user's name and profile photo to show in chat?

I am setting up 1 v 1 group channels for Android Jetpack Compose. However, I want user A’s name and profile photo to show to user B and vice versa like a typical 1 v 1 chat. How do I set that up? I’m using GroupChannelCreateParams() but it’s asking for a particular coverUrl and name and it seems if I set that, I can’t implement the set up I’m trying to.