toxygen/docs/smileys_and_stickers.md

14 lines
582 B
Markdown
Raw Normal View History

2017-04-12 10:10:48 -04:00
# Smileys
2016-06-21 21:00:47 +03:00
2016-06-28 21:47:49 +03:00
Toxygen support smileys. Smiley is small picture which replaces some symbol or combination of symbols. If you want to create your own smiley pack, create directory in src/smileys/. This directory must contain images with smileys and config.json. Example of config.json:
2016-06-21 21:00:47 +03:00
{":)": "one.png", ":(": "two.png"}
Animated smileys (.gif) are supported too.
2017-04-12 10:10:48 -04:00
# Stickers
2016-06-21 21:00:47 +03:00
2018-01-27 19:53:07 +03:00
Sticker is inline image. If you want to create your own sticker pack, create directory in src/stickers/ and place your stickers there.
2016-07-11 00:38:25 +03:00
2017-03-04 23:35:46 +03:00
Users can import smileys and stickers using menu: Settings -> Interface