feat: sync built-in sticker bot

This commit is contained in:
A 2026-07-01 21:55:55 +08:00
parent 7096625e13
commit 6867d201ed
60 changed files with 7063 additions and 144 deletions

View file

@ -0,0 +1,14 @@
DELETE FROM public.bot_chat_states
WHERE bot_user_id = 1063110917;
DELETE FROM public.bots
WHERE bot_user_id = 1063110917;
DELETE FROM public.peer_usernames
WHERE peer_type = 'user' AND peer_id = 1063110917;
DELETE FROM public.read_model_versions
WHERE owner_user_id = 1063110917 AND peer_type = 'user' AND peer_id = 1063110917;
DELETE FROM public.users
WHERE id = 1063110917;