Marks all the chats as read for the authenticated MyUser until their Chat.lastItems available.
If ids are provided, then only specified Chats will be read.
ids
Future<void> readAll(List<ChatId>? ids);