fix bot apis

This commit is contained in:
Evgeny Poberezkin
2026-07-31 16:29:19 +01:00
parent 51a852c24d
commit a7d80ba105
13 changed files with 19948 additions and 2 deletions
+2
View File
@@ -307,6 +307,7 @@ chatTypesDocsData =
(sti @InlineFileMode, STEnum, "IFM", [], "", ""),
(sti @InvitationLinkPlan, STUnion, "ILP", [], "", ""),
(sti @InvitedBy, STUnion, "IB", [], "", ""),
(sti @KeySendStatus, STUnion, "KS", [], "", ""),
(sti @LinkContent, STUnion, "LC", [], "", ""),
(sti @LinkOwnerSig, STRecord, "", [], "", ""),
(sti @LinkPreview, STRecord, "", [], "", ""),
@@ -534,6 +535,7 @@ deriving instance Generic HandshakeError
deriving instance Generic InlineFileMode
deriving instance Generic InvitationLinkPlan
deriving instance Generic InvitedBy
deriving instance Generic KeySendStatus
deriving instance Generic JSONBadge
deriving instance Generic JSONChatInfo
deriving instance Generic JSONCIContent