msgs = await self.get_messages(chat, max_id=max_id, min_id=min_id) returns [, total=None], chat is an entity i got from get_entity, min_id and max_id are int type and these ID...