This API inserts a sticker into the current page of the currently opened file.
| Parameter | Type | Description |
|---|---|---|
path | string | Sticker file path (.sticker) |
APIResponse<boolean>:result === trueindicates the insertion succeeded
Insert sticker.
| Parameter | Type | Description |
|---|---|---|
path | string | Sticker file path (.sticker) |
APIResponse<boolean>:
result === true indicates the insertion succeeded