The docs lists [Api.messages.GetAllChats](https://gram.js.org/tl/messages/GetAllChats#messagesgetallchats), but it's actually missing. ```ts const result = await client.invoke( new Api.messages.GetAllChats({ exceptIds: [], }) ); ``` **Info** - version: 2.18.36