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