示例#1
0
 public virtual void setType(TLAbsFileType value)
 {
     this.type = value;
 }
示例#2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.type  = StreamingUtils.readTLObject(stream, context);
     this.mtime = StreamingUtils.readInt(stream);
     this.bytes = StreamingUtils.readTLBytes(stream, context);
 }