There was an error while loading. Please reload this page.
client.mu_member
Endpoints: • muMember.getByMu
.get_by_mu()
Get all members and their activity statistics for a military unit.
Args: mu_id: The military unit ID.
Returns: A list of :class:~warera.models.MuMember objects.
~warera.models.MuMember
await client.mumember.get_by_mu(mu_id: 'str') -> 'list[MuMember]'
mu_id
str
*Required*
.invalidate_cache()
Clear the SWR cache for all resources.
await client.mumember.invalidate_cache() -> 'None'