public override void deserializeBody(InputStream stream, TLContext context) { this.n = StreamingUtils.readInt(stream); this.x = StreamingUtils.readInt(stream); this.y = StreamingUtils.readInt(stream); this.zoom = StreamingUtils.readDouble(stream); }
public override void deserializeBody(InputStream stream, TLContext context) { this.time = StreamingUtils.readDouble(stream); this.type = StreamingUtils.readTLString(stream); this.peer = StreamingUtils.readLong(stream); this.data = StreamingUtils.readTLString(stream); }
public override void deserializeBody(InputStream stream, TLContext context) { this.lat = StreamingUtils.readDouble(stream); this.lon = StreamingUtils.readDouble(stream); }