mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-31 06:16:07 +00:00
feat: banChatSenderChat and unbanChatSenderChat methods
This commit is contained in:
@@ -880,6 +880,10 @@ describe('TelegramBot', function telegramSuite() {
|
||||
});
|
||||
});
|
||||
|
||||
describe.skip('#banChatSenderChat', function banChatSenderChatSuite() { });
|
||||
|
||||
describe.skip('#unbanChatSenderChat', function banChatSenderChatSuite() { });
|
||||
|
||||
describe('#setChatPermissions ', function setChatPermissionsSuite() {
|
||||
it('should set chat permissions', function test() {
|
||||
const ChatPermissions = {
|
||||
|
Reference in New Issue
Block a user