Get Channel List by Customtype

Hi,
I am trying to get groupChannelList base on custom types but nothing is happening in this code.
Please , anybody guide me i am writing code wrong/right.

<SendBirdApp
appId={“F5B234E7-C905-41A8-BDF5-E66858796778”}
userId=“D-User”
nickname=“D User”
>
<ChannelList queries={{
channelListQuery: {
includeEmpty: false,
order: ‘latest_last_message’,
QueryType:‘OR’,
CHANNEL_NAME: ‘Festival ABC Channel’
},
}}
/>

@vcs_account

Hi hope you are well. Please can you take a look at this reference. You will find a filter parameter for channel custom types ( customTypesFilter ). I don’t see it in your code.