FeedEntry¶
-
class
qpy.FeedEntry(feeddict, bot)¶ Represents qpost’s FeedEntry object
-
type: str¶ POST / REPLY / NEW_FOLLOWING / SHARE
- Type
The type of this
FeedEntry, one of these values
The amount of shares this
FeedEntryhas
Whether or not the currently authenticated user has shared this
FeedEntry, false if not authenticated
-
has_favorited: bool¶ Whether or not the currently authenticated user has favorited this
FeedEntry, false if not authenticated
Unshares this
FeedEntry
-