Blog Types
- class cforces.types.blog.RecentAction(**kwargs)
Bases:
ObjectRepresents a recent action.
- time_seconds: int
- static from_dict(raw_data: Dict[str, Any]) RecentAction
- property time: datetime
- class cforces.types.blog.BlogEntry(**kwargs)
Bases:
ObjectRepresents a Codeforces blog entry. May be in either short or full version.
- id: int
- original_locale: str
- creation_time_seconds: int
- author_handle: str
- title: str
- content: str | None
- locale: str
- modification_time_seconds: int
- allow_view_history: bool
- tags: List[str]
- rating: int
- property creation_time: datetime
- property modification_time: datetime
- property short_version: bool