Sticker picker for Element
- Importing packs from telegram
- Removing packs from UI
- Adding stickers pack from received sticker
- Folding packs
- Group sticker packs
- Video-stickers are supported (issue)
- Federative API (possible to add sticker pack from another instance)
Add this widget by typing /addwidget https://pik.sleroq.link/?widgetId=$matrix_widget_id&userId=$matrix_user_id
You can set stickers for everyone in the room by adding groupPacks=@username:server.link
parameter. Sticker packs of specified user will be prepended for everyone else.
- Type
/devtools
in any chat and pressEnter
- Click "Explore account data"
- Find and click "m.widgets"
- Click "edit" and replace with following content:
Before copying replace @you:matrix.server.name
with your real userId
{
"stickerpicker": {
"content": {
"type": "m.stickerpicker",
"url": "https://pik.sleroq.link/?widgetId=$matrix_widget_id&userId=$matrix_user_id",
"name": "Stickerpicker",
"creatorUserId": "@you:matrix.server.name",
"data": {}
},
"sender": "@you:matrix.server.name",
"state_key": "stickerpicker",
"type": "m.widget",
"id": "stickerpicker"
}
}