Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBotCommand.cpp81 class GetBotCommandsQuery final : public Td::ResultHandler { class
85 explicit GetBotCommandsQuery(Promise<td_api::object_ptr<td_api::botCommands>> &&promise) in GetBotCommandsQuery() function in td::GetBotCommandsQuery
223 td->create_handler<GetBotCommandsQuery>(std::move(promise))->send(scope, language_code); in get_commands()