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:
committed by
GitHub
parent
0eb8b8032f
commit
ab5928669b
@@ -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,
|
||||
}));
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user