Feature/505 add imbot.v2 v3#525
Open
Algonexys wants to merge 9 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for imbot.v2., im.v2.
imbot.v2.Bot.register
imbot.v2.Bot.update
imbot.v2.Bot.get
imbot.v2.Bot.list
imbot.v2.Bot.unregister
imbot.v2.Chat.add
imbot.v2.Chat.get
imbot.v2.Chat.update
imbot.v2.Chat.User.add
imbot.v2.Chat.User.delete
imbot.v2.Chat.User.list
imbot.v2.Chat.leave
imbot.v2.Chat.Manager.add
imbot.v2.Chat.Manager.delete
imbot.v2.Chat.setOwner
imbot.v2.Chat.Message.send
imbot.v2.Chat.Message.update
imbot.v2.Chat.Message.delete
imbot.v2.Chat.Message.read
imbot.v2.Chat.Message.get
imbot.v2.Chat.Message.getContext
imbot.v2.Chat.Message.Reaction.add
imbot.v2.Chat.Message.Reaction.delete
imbot.v2.Command.register
imbot.v2.Command.update
imbot.v2.Command.list
imbot.v2.Command.unregister
imbot.v2.Command.answer
imbot.v2.Chat.InputAction.notify
imbot.v2.Chat.TextField.enabled
imbot.v2.Event.get
imbot.v2.File.upload
imbot.v2.File.download
imbot.v2.Revision.get
im.v2.Event.subscribe
im.v2.Event.unsubscribe
im.v2.Event.get
im.v2.File.upload
im.v2.File.download
Fixed
PHPParser\Nodeinterface preload intests/phpunit-preload-guard.phpto prevent rector's bundledphpstan/phpdoc-parserv2.x Lexer from replacing the project's v1.x Lexer under PHPUnit 12+; this resolvesArgumentCountError: Too few arguments to function Lexer::__construct()in all integration tests that access annotated result-item properties viaAbstractAnnotatedItem::__get.