Hello,

I created a list of rules and whilst doing so I noticed the documentation references a maximum character size per rule.

It unfortunately does not specify the length though, so I was wondering what the limit was (if there is one).

In addition to the above question I was wondering if I am understanding how rules work correctly. The below rule should correctly identify Tweets at a user if the keyword is mentioned, correct?

(@MyTwitterHandle goldfish) OR (@MyTwitterHandle frog) OR (@MyTwitterHandle tadpole)

Your rule could be shorter if it’s:

@MyTwitterHandle (goldfish OR tadpole OR frog)

Max rule length depends on the project, but by default it’s 512 characters long POST /2/tweets/search/stream/rules | Docs | Twitter Developer Platform