redditwarp.dtos.widget.custom_css#

class redditwarp.dtos.widget.custom_css.ImageInfo(url: 'str', width: 'Optional[int]', height: 'Optional[int]', name: 'str')[source]#

Bases: object

url: str#
width: int | None#
height: int | None#
name: str#