-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOT API v7.9 #394
BOT API v7.9 #394
Conversation
I've found an issue on how we currently implemented fallbacks for GSON type adapters that's causing a StackOverflowException on updates deserialization for all users on lib version 7.0+ for messages in channels that uses the new "ReactionTypePaid". @pengrad This should be merged asap. Thanks! |
Thanks Mirco! Wow, using So I've updated it here ba791f7 returning the parent class with the proper type. I've resolved conflicts in your branch, removed |
Looks good to me! Your solution is definitely better! :) Thank you |
Hello,
this PR updates the library to v7.9 (changelog).
Note:
There is this change in the API update:
But the class
ChatMember
on the library already has theuntil_date
field as it was implemented in a slightly different way that the one we used lately for other classes (likeReactionType
,ChatBoostSource
etc.) where we have used JSON Adapters to cast to the specific object.Maybe we should consider align the implementation of the
ChatMember
class (@anfanik what do you think?)Thanks