4.4.24 of 06/10/2026#
Description#
- Added support for Telegram users'
@usernamefor getting thechatIdusing the CheckAccount method - Added support for formatted text in incoming and outgoing messages
- Added new fields for marking messages sent by a bot or addressed to a bot
- Added a new
fromCachefield to the CheckAccount method - Optimized the operation of the service
- Fixed the detected bugs (11 pcs)
Important#
Important changes that may affect the integration with the API and that may require additional code rework on your side:
- Added support for Telegram users' @username for getting the
chatIdusing the CheckAccount method - Added new fields for marking incoming and outgoing correspondence with a bot. Read more about how to identify a bot in the messenger in the article
Tasks#
| No. | Number | Result | Documentation |
|---|---|---|---|
| 1 | TGM-173 | Added support for Telegram users' @username for getting the chatId using the CheckAccount method | Documentation |
| 2 | TGM-195 | Added support for formatted text in incoming messages | Documentation |
| 3 | TGM-263 | Added support for formatted text in outgoing messages | Documentation |
| 4 | TGM-275 | Added new fields for marking messages sent by a bot or addressed to a bot | Documentation |
| 5 | TGM-254 | Added a new fromCache field to the CheckAccount method | Documentation |
| 6 | TGM-265 | Improved the fault tolerance of the system when working with the database | |
| 7 | TGM-269 | Updated the mechanism for working with polls in a group sent from the phone | |
| 8 | TGM-220 | Optimized the operation of the microservice to reduce the likelihood of blocks | |
| 9 | TGM-272 | Improved performance when working with the database | |
| 10 | TGM-276 | Optimized work with the database for handling messages |
Bugs#
| No. | Number | Description | Status |
|---|---|---|---|
| 1 | TGM-250 | The "rpcDoRequest: engine was closed" error when sending a message | Fixed |
| 2 | TGM-260 | The timeout error when uploading files | Fixed |
| 3 | TGM-273 | A message getting stuck in the queue when sending to a non-existent chatId | Fixed |
| 4 | TGM-274 | A message getting stuck in the queue | Fixed |
| 5 | TGM-277 | An error processing formatted text in messages | Fixed |
| 6 | TGM-240 | The noAccount status missing in the webhook when sending a message to an unregistered number | Fixed |
| 7 | TGM-257 | An error getting the noAccount value when the group methods are used | Fixed |
| 8 | TGM-259 | A validation error when sending messages using the SendMessage method | Fixed |
| 9 | TGM-261 | An authorization error on an instance with a subsequent logout | Fixed |
| 10 | TGM-270 | The suspended and blocked statuses missing | Fixed |
| 11 | TGM-271 | An error when uploading several files in parallel | Fixed |