Home
last modified time | relevance | path

Searched refs:need_location_bot (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp3468 STORE_FLAG(need_location_bot); in store()
3538 PARSE_FLAG(need_location_bot); in parse()
8322 bool need_location_bot = (flags & USER_FLAG_NEED_LOCATION_BOT) != 0; in on_get_user() local
8333 LOG_IF(ERROR, need_location_bot && !is_inline_bot) in on_get_user()
8345 need_location_bot = false; in on_get_user()
8358 need_location_bot != u->need_location_bot) { in on_get_user()
8372 u->need_location_bot = need_location_bot; in on_get_user()
13832 bot_data.need_location = bot->need_location_bot; in get_bot_data()
15945 u->inline_query_placeholder, u->need_location_bot); in get_user_object()
H A DContactsManager.h635 bool need_location_bot = false; member