Muthu Kumar

Results 70 comments of Muthu Kumar

This PR is ready to merge into feat-api-6.2, and I'll bundle them into one release at 4.9.0. However, I'm not merging yet so as to not clog reviews on #1671....

Taken into consideration, will try to add these exports in the next minor release. However, `Extra*` types are a bit sketch (you'd still need the non-extra params to get full...

Exposed in 9548a21 in the experimental types export, will land in 4.9.0. Watch #1671 Usage: ```TS import type { Convenience } from "telegraf/types"; // Convenience.ExtraReplyMessage ```

Completed in #1671, v4.9.0

Would this be solved for you by exposing the types from Telegraf? Edit: typegram is now available to be imported as `telegraf/types`.

> the first image of the group must have the caption Correct. > base 64 string to whatever Converting base64 to Buffer can be done by: `Buffer.from(text, "base64")`. The second...

https://github.com/telegraf/telegraf/blob/87cb1b9ec68774e5f9abafe355bc3513a54c847f/src/core/network/polling.ts#L28 https://core.telegram.org/bots/api#getupdates Parameter | Type | Required | Description -- | -- | -- | -- limit | Integer | Optional | Limits the number of updates to be retrieved....

Fixed in 0805f41f3347982a44ed3c6186ac84191be848dd & f24874c0e32cb2cb7292fb1a0becc763f9f11520

Sadly this is not a duplicate of #1388, and a real, different issue. Not unique to `Context#message` either. The problem persists across all type definitions. (however, it's true that this...