Exemplo n.º 1
0
 public virtual void setKey(TLAbsInputPrivacyKey key)
 {
     this.key = key;
 }
Exemplo n.º 2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.key = StreamingUtils.readTLObject(stream, context);
 }