On the account in the list of active chats I have 3 chats and 2 channels. Total 5.
I use Messages_GetAllChats() as in the example on the main page:
var chats = await client.Messages_GetAllChats();
The method returns me only 2 channels. There are no chats, only channels.
On the account in the list of active chats I have 3 chats and 2 channels. Total 5. I use Messages_GetAllChats() as in the example on the main page:
var chats = await client.Messages_GetAllChats();
The method returns me only 2 channels. There are no chats, only channels.