pub(crate) async fn start_chat_ephemeral_timers( context: &Context, chat_id: ChatId, ) -> Result<()>
Starts ephemeral timer for all messages in the chat.
This should be called when chat is marked as noticed.