Author: kulmaganbetov
Status: 🟢 Open
️ Tags: bug
Created at: 26.01.2026, 16:47:31
Updated at: 28.01.2026, 10:13:26
Error:
When using the ForwardMessages method with an array of multiple messageIds, only one message is actually forwarded.
The API response returns an array corresponding to the size of the input data, but all elements contain the same forwarded message ID.
Required
The ForwardMessages method needs to be corrected so that when an array of messageIds is passed, all specified messages are forwarded correctly, and the API response returns unique IDs for each forwarded message.
Level:
API
Workaround
Use sequential message forwarding: call the ForwardMessages method separately for each messageId.
Open on GitHub