Telegram bot to create private stickerpacks using InlineQuery feature.
Stickerpacks feature is a crucial functionality of Telegram, the world-wide famous messenger. But stickerpacks themselves are public, meaning any user can use stickerpack via its unique symbolic ID. My bot offers the way to fix this privacy issue by allowing users to create, edit and delete private stickerpacks and to manage access control for them via invite codes.
This bot uses python-telegram-bot library.
Basic commands are:
/createpack
- create new stickerpack/addpack
- add already existing stickerpack via invite code/addsticker
- add sticker to the stickerpack you own
For more commands and their descriptions, head over to @PrivSticksBot.
You can use my bot via this link.
- Create or add stickerpack using
/createpack
or/addpack
. - Add stickers using
/addsticker
. You can also set their keywords and/or make them private. - Mention
@PrivSticksBot
in any chat. You can also add some query to get relevant stickers e.g.@PrivSticksBot cat
.
I decided not to publish original source code of this bot.