Check if a user follow a channel API

thank you so much, this helps, the only thing I see with this solution is we have to do at least two request to the api one: to get the user id of the username you want to check and two: to check the relationship between that userid and yours, so, if you want to check a bunch of username maybe your application will be a little be slow

but that is something that I have to handle, right?

Regards.