Skip to content

Commit

Permalink
feat: suggest /developer_info as a command (#622)
Browse files Browse the repository at this point in the history
This is suggested in https://telegram.org/privacy-tpa so maybe embrace this a
bit more?

Co-authored-by: KnorpelSenf <[email protected]>
  • Loading branch information
EdJoPaTo and KnorpelSenf authored Aug 16, 2024
1 parent af4236f commit bc3516a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export type StringWithCommandSuggestions =
| "start"
| "help"
| "settings"
| "privacy";
| "privacy"
| "developer_info";

type Other<M extends Methods<RawApi>, X extends string = never> = OtherApi<
RawApi,
Expand Down

0 comments on commit bc3516a

Please sign in to comment.