Widget
- class praw.models.Widget(reddit: praw.Reddit, _data: Dict[str, Any])
Base class to represent a
Widget
.- mod() praw.models.WidgetModeration
Get an instance of
WidgetModeration
for this widget.Note
Using any of the methods of
WidgetModeration
will likely make the data in theSubredditWidgets
that this widget belongs to outdated. To remedy this, callrefresh()
.