aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/BotCommandScope.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-06-22 04:34:29 +0300
committerlevlam <levlam@telegram.org>2021-06-22 04:34:29 +0300
commit79530d6a554d70d88db6b1e044831062d2fb119a (patch)
tree40b74e73d852a684a5fb60be8a013ae8768b4096 /td/telegram/BotCommandScope.h
parent9b85516cfd4239534d736e8d71b1e379d8769968 (diff)
Improve bot commands methods implementation.
Diffstat (limited to 'td/telegram/BotCommandScope.h')
-rw-r--r--td/telegram/BotCommandScope.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/td/telegram/BotCommandScope.h b/td/telegram/BotCommandScope.h
index d16750835..1a1ad7f87 100644
--- a/td/telegram/BotCommandScope.h
+++ b/td/telegram/BotCommandScope.h
@@ -37,8 +37,6 @@ class BotCommandScope {
public:
static Result<BotCommandScope> get_bot_command_scope(Td *td, td_api::object_ptr<td_api::BotCommandScope> scope_ptr);
- bool have_input_bot_command_scope(const Td *td) const;
-
telegram_api::object_ptr<telegram_api::BotCommandScope> get_input_bot_command_scope(const Td *td) const;
};