Example #1
0
 public virtual void setPeer(TLAbsInputNotifyPeer value)
 {
     this.peer = value;
 }
Example #2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.peer     = StreamingUtils.readTLObject(stream, context);
     this.settings = StreamingUtils.readTLObject(stream, context);
 }