Author: PetrGreenAPI
Status: 🟢 Open
️ Tags: bug
Created at: 11.02.2026, 10:08:47
Updated at: 25.03.2026, 09:31:29
Error:
The current form of the GetChatHistory method in the Personal Account MAX (PA) misleads users. The input field implies the possibility of searching by phone number, but technically the method only supports chatId. Additionally, searching by phone number is not described in the documentation.
Required
Align the interface with the method logic: remove the mention or the possibility of entering a phone number in the GetChatHistory form in the Personal Account, leaving only chatId.
Level:
Console
Workaround:
Use a previously obtained chatId to call the method.
Open on GitHub