oldas.unread
Provides a class for getting unread information.
Count
Bases: NamedTuple
Unread count information class.
id
instance-attribute
id
The ID of the item that has an unread count.
name
property
name
The name of the count.
newest_timestamp
instance-attribute
newest_timestamp
The timestamp of the newest item.
prefix
instance-attribute
prefix
The prefix related to this type of count.
raw
class-attribute
instance-attribute
raw = None
The raw data from the API.
unread
instance-attribute
unread
The unread count.
Unread
Bases: NamedTuple
Class that loads and holds unread counts.
feeds
instance-attribute
feeds
The unread count for each feed.
folders
instance-attribute
folders
The unread counts for each folder.
total
instance-attribute
total
The total unread count.