2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 06:16:07 +00:00

feat: Telegram Bot API v6.3 (#1020)

* feat: Telegram Topics

* update docs

* fix: test

* update: docs
This commit is contained in:
Daniel Pérez Fernández
2022-11-06 02:54:23 +01:00
committed by GitHub
parent 0eb8b8032f
commit ab5928669b
6 changed files with 253 additions and 3 deletions

View File

@@ -1485,7 +1485,8 @@ describe('TelegramBot', function telegramSuite() {
can_pin_messages: true,
can_promote_members: false,
can_manage_video_chats: false,
is_anonymous: false
is_anonymous: false,
can_manage_topics: false,
}));
});
});