Accessing All Channels a User Declined Joining

I am looking to have a channel list fragment with all the channels that a user declined joining after being invited. I am using the react native ui kit. Is something like this possible? Thanks!

Hello @drein

Unfortunately, we do not have this as the enum MyMemberStateFilter does not include a filter for DECLINED.

Therefore, it seems that filtering for declined channels might not be possible within the existing filter set.