How can the listen to multiple users in a channel

Hey!, does anyone know a workaround for how the bot listens to multiple users in a channel like slack?

This works without any special configuration. Each user has a unique session/sender id.

Thank you for your reply. I actually meant that the bot in a group channel does not listen to each user individually, instead it listens to all users in a conversation. For this purpose I have built a custom connector, where I pass the channel ID of the group as the sender ID and the user ID of the individual group users in the metadata. This way I still know which user has sent the message.