Results 3 comments of qmarliu

有使用gtest框架写测试代码的,测试数据都有。

I also encountered this problem and I printed updates with length 0 ``` updates := tdlibClient.GetListener().Updates for update := range updates { switch update.GetType() { case client.TypeUpdateNewMessage: newMessage, ok :=...

Do I need to consume Updates elsewhere? When I added a brand new user, I got stuck when I got close to 1000 messages after the first launch. But it...