Closed cblp closed 7 years ago
to me it looks like export getUpdatesM'
(that accepts GetUpdatesRequest
) would be enough
But current getUpdatesM is too trivial, it is not useful without any parameters. But if user wants, they can just call getUpdates getUpdatesRequest.
yes, it is for simple use. so getUpdatesM'
can be used (once exported) for more complex use cases, but I see your point. tbh now after thinking about it more I would swap methods with prime and without it to have getUpdatesM
that accept request and prime version that does not. but my concern is again backward compatibility. it's already not so good, will it make it worse?
I think any solution of these is good.
This change is