redditwarp.models.widget.community_list#

class redditwarp.models.widget.community_list.CommunityListWidgetItem(name: 'str', subscribers: 'int', icon_img: 'str', community_icon: 'str', primary_color: 'str', nsfw: 'bool')[source]#

Bases: object

name: str#
subscribers: int#
icon_img: str#
community_icon: str#
primary_color: str#
nsfw: bool#