status_user :: CFilter i
status_user = keep /> (tag "user")
+-- | Finds the text of the <retweeted> element contained within some
+-- other element.
+status_retweeted :: CFilter i
+status_retweeted = keep /> (tag "retweeted") /> txt
+
+-- | Finds the text of the <in_reply_to_status_id> element contained
+-- within some other element.
+status_reply_to_status_id :: CFilter i
+status_reply_to_status_id = keep /> (tag "in_reply_to_status_id") /> txt
+
-- |Finds the text of the <screen_name> element contained within some
-- other element.
user_screen_name :: CFilter i