How to Automatically Decode a Server Response Containing Protobuf?

I reviewed the topic, but it seems to only involve sending data with protobuff. What I want is to decode the protobuff response and convert it into a readable format.

@Ruri can you help me with this

The guide also explains what you want to do, please read it carefully. You’re trying to deserialize a protobuf message without having a .proto file, there is a section on that. topic.