Use the filter in function bp_has_message_threads
Found in buddypress\bp-messages\bp-messages-template.php
apply_filters( 'bp_has_message_threads', $messages_template->has_threads(), $messages_template, $r );
And remove the messages you don’t want to appear.
Yes, I have already successfully displayed. I would like to have Eg: 2 messages. The first send 2 days ago and the second send 1 day ago. I apply the filter to display only the message send 1 day ago. Thank you