Exemple #1
0
 public virtual void setKey(TLAbsPrivacyKey key)
 {
     this.key = key;
 }
Exemple #2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.key   = StreamingUtils.readTLObject(stream, context);
     this.rules = StreamingUtils.readTLVector(stream, context);
 }