API RecentActions
- class cforces.methods.recent_actions.RecentActions
Bases:
object- async recent_actions(max_count: int) List[RecentAction]
Retrieves public recent actions in the platform.
- Parameters:
max_count – Maximum count of recent actions to be retrieved. (Can be up to 100)
- Returns:
A list of recent actions.