[@types/node-telegram-bot-api] Missing type definitions #59492
-
|
Hi, i've noticed that there are some missing type definitions for the
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
|
Thanks for the discussion about "node-telegram-bot-api", some useful links for everyone: Pinging the DT module owners: @ammuench, @Agadar, @Dabolus, @XC-Zhang, @adityathebe, @MiklerGM, @XieJiSS, @toniop99. |
Beta Was this translation helpful? Give feedback.
-
|
Hello @MaxiStarling56 ! You are welcome to add the missing type definitions doing a PR if you can. |
Beta Was this translation helpful? Give feedback.
-
|
I think those functions only exist on the development branch, not the latest release. I can't find the functions documented on the |
Beta Was this translation helpful? Give feedback.
-
|
As @MaxiStarling56 mentioned, those methods do exist in version v0.56.0 which was published to npm.js. Source code: I think corresponding typings should be added. |
Beta Was this translation helpful? Give feedback.
-
|
As @XC-Zhang mentioned, these functions do actually exist in the library for version 0.56. |
Beta Was this translation helpful? Give feedback.
As @XC-Zhang mentioned, these functions do actually exist in the library for version 0.56.
I've opened #59672 to address this.