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
Wait... Did you received gzipped object INSIDE rpc request?
That's REALLY weird, literally ALL rpc responses larger than 0.5kb wrapping into another gzip blob. so... gzip blob inside gzip blob??? I can't believed it.
To reproduce it you just need to create your own channel in Telegram and send a message to it from any client.
Could you please make *objects.GzipPacked public so I can cast to it?
Is your feature request related to a problem? Please describe.
There is no support of media updates. I'm receiving message of objects.GzipPacked type, which is internal type. 😞
Describe the solution you'd like
I want to receive different types depending on the message (audio, video, document), and content in bytes.
Describe alternatives you've considered
Don't see alternatives.
Additional context
I'm receiving objects.GzipPacked in CustomServerRequestHandler function
The text was updated successfully, but these errors were encountered: