#can anyone tell me how to find a particular string in a specific channel by its channel id?
1 messages · Page 1 of 1 (latest)
you want to scan all messages in the channel?
yes i want to just find a text from a channel
then you have to iterate over channel history
Or cache all the messages like a mad man

impossible when the channel has 100k+ messages
By caching I mean saving all the msgs in a db
well that's impractical for a one-time use
Or building a dictionary