-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure consistency of methods signatures
Bug: The library assumes signatures of methods to be, somewhat: methodName(requiredParam1, requiredParam2, form = {}) where 'requiredParam1' ('requiredParam2', ..., 'requiredParamN') are parameters that MUST be provided, and 'form' is an optional object allowing supplying any additional, optional parameters that the Bot API allows. This allows any new parameters added by Telegram to be readily-supported by our library.
- Loading branch information
Showing
2 changed files
with
70 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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