User Types
- class cforces.types.user.Member(**kwargs)
Bases:
ObjectRepresents a member of a party.
- handle: str
- name: str | None
- class cforces.types.user.Party(**kwargs)
Bases:
ObjectRepresents a party, participating in a contest.
- contest_id: int | None
- participant_id: int | None
- participant_type: ParticipantType
- team_id: int | None
- team_name: str | None
- ghost: bool
- room: int | None
- start_time_seconds: int | None
- property start_time: datetime
- class cforces.types.user.User(**kwargs)
Bases:
ObjectRepresents a Codeforces user.
- handle: str
- email: str | None
- vk_id: str | None
- open_id: str | None
- first_name: str | None
- last_name: str | None
- country: str | None
- city: str | None
- organization: str | None
- contribution: int
- rank: str
- rating: int
- max_rank: str
- max_rating: int
- last_online_time_seconds: int
- registration_time_seconds: int
- friend_of_count: int
- avatar: str
- title_photo: str
- property last_online_time: datetime
- property registration_time: datetime