-
| 
         I want make emphasize effect to specific message in Channel Page.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| 
         hey @kkimwooo can you elaborate more? I'm not really getting what you want to do  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I wanted to find message in current channel. I solved problem. like this 
  | 
  
Beta Was this translation helpful? Give feedback.
I wanted to find message in current channel.
I solved problem.
I used client.search() function to find specific message.
like this
client .search( Filter.and( [ Filter.equal('cid', streamChannel!.channel.cid.toString()), ], ), messageFilters: Filter.equal('customType', 'notice'), ) .then((value) => value.results);