Trophy¶
-
class
praw.models.Trophy(reddit: Reddit, _data: Dict[str, Any])¶ Represent a trophy.
End users should not instantiate this class directly.
Redditor.trophies()can be used to get a list of the redditor’s trophies.Typical Attributes
This table describes attributes that typically belong to objects of this class. Since attributes are dynamically provided (see Determine Available Attributes of an Object), there is not a guarantee that these attributes will always be present, nor is this list necessarily complete.
Attribute
Description
award_idThe ID of the trophy (sometimes
None).descriptionThe description of the trophy (sometimes
None).icon_40The URL of a 41x41 px icon for the trophy.
icon_70The URL of a 71x71 px icon for the trophy.
nameThe name of the trophy.
urlA relevant URL (sometimes
None).