diff --git a/src/context.ts b/src/context.ts index 2bd63f73..2b334df2 100644 --- a/src/context.ts +++ b/src/context.ts @@ -38,7 +38,8 @@ export type StringWithCommandSuggestions = | "start" | "help" | "settings" - | "privacy"; + | "privacy" + | "developer_info"; type Other, X extends string = never> = OtherApi< RawApi,