icon property

icon property

Gets or sets the icon of sticker.

Definition:

@property
def icon(self):
    ...
@icon.setter
def icon(self, value):
    ...

See Also