tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

getChats returns null #2427

Closed Headmaster11 closed 1 year ago

Headmaster11 commented 1 year ago

I'm wondering, why getChats returns null (logged in as user, not bot)?

levlam commented 1 year ago

getChats can't return null. There are no metods. which can return null instead of an object of the documented type or an error.

Headmaster11 commented 1 year ago

@levlam - thanks, I found the problem.

I used wrapper around tdlib to send requests. And there was a problem with error handling