Home
last modified time | relevance | path

Searched defs:bot_commands (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBotCommand.cpp127 …mmands::BotCommands(UserId bot_user_id, vector<telegram_api::object_ptr<telegram_api::botCommand>>… in BotCommands()
H A DContactsManager.h769 vector<BotCommands> bot_commands; member
855 vector<BotCommands> bot_commands; member
H A DContactsManager.cpp5963vector<tl_object_ptr<telegram_api::botCommand>> &&bot_commands) { in on_update_bot_commands()
10624 auto bot_commands = get_bot_commands(std::move(chat->bot_info_), &chat_full->participants); in on_get_chat_full() local
10844 auto bot_commands = get_bot_commands(std::move(channel->bot_info_), nullptr); in on_get_chat_full() local
11318vector<tl_object_ptr<telegram_api::botCommand>> &&bot_commands) { in on_update_user_full_commands()
16027 auto bot_commands = transform(chat_full->bot_commands, [td = td_](const BotCommands &commands) { in get_basic_group_full_info_object() local
16080 …auto bot_commands = transform(channel_full->bot_commands, [td = td_](const BotCommands &commands) { in get_supergroup_full_info_object() local