feat: sync Bot API gateway support

This commit is contained in:
A 2026-07-09 13:49:24 +08:00
parent 9a501f900a
commit 4c0cc2b7a7
44 changed files with 4609 additions and 49 deletions

View file

@ -0,0 +1,2 @@
DROP TABLE IF EXISTS public.bot_api_update_states;
DROP TABLE IF EXISTS public.bot_api_updates;