79449077

Date: 2025-02-18 17:10:32
Score: 9 🚩
Natty:
Report link

I tried the same example https://github.com/tdlib/td/blob/master/example/cpp/td_example.cpp but below lambda section didn't work in my building at all.

if (o->get_id() == td_api::error::ID) {
      return;
    }

    auto chat = td::move_tl_object_as<td_api::chat>(o);
    offset_order_ = chat->order_;
    offset_chat_id_ = chat->id_;
    update_chats_ = true;

Had you the same problem? How did you fix it?

Reasons:
  • Blacklisted phrase (1): How did you fix
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Katya Orlova