What's Changed
- Refactor request properties by @danog in #178
No need to wrap requests properties in data array. TelegramApiServer extract list of properties of called method and adapt request properties to correct shape. Old shape withdata
wrapper is also supported for backward capability.
Full Changelog: v2.4.4...v2.5.0