pub fn find_at_room(s: &str) -> Option<usize>
Find @room in the given string.
@room
This uses the same algorithm as the pushrules from the Matrix spec to detect it in the body.
body
Returns the position of the first match.