gramjs icon indicating copy to clipboard operation
gramjs copied to clipboard

The `forwardMessages` function should support the available parameters of the new `Api.messages.ForwardMessages`, such as `topMsgId`.

Open xream opened this issue 3 months ago • 0 comments

Now we can use

await client.invoke(
  new Api.messages.ForwardMessages({
    ...
    topMsgId: 123
  })
)

But it would be better if it could be supported.

xream avatar Sep 08 '25 07:09 xream