Notification

class qpy.Notification(notifdict, bot)

Represents qpost’s Notification object

id: int

The unique identifier of this Notification

user: User

The owner of this Notification

type: str

The type of this Notification, one of these values; NEW_FOLLOWER / MENTION / FAVORITE / SHARE / REPLY / FOLLOW_REQUEST

referenced_user: User

The User that was referenced in this notification

referenced_feed: User

The FeedEntry that was referenced in this notification

referenced_request: FollowRequest

The FollowRequest that was referenced in this notification

has_seen: bool

Whether or not the user has seen this Notification

notified: bool

Whether or not the user has been notified about this Notification

time_created: str

The timestamp of when this Notification was created