You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fact that class SendVideo is extending a different class from other send methods (SendMessage, SendPhoto...) could break compatibility.
For example I have some methods that take as input an AbstractSendRequest and that now are not compatible with SendVideo.
I think the solution should be to migrate all Send objects to KAbstractMultipartRequest and KAbstractSendRequest and then rename both back to AbstractMultipartRequest and AbstractSendRequest.