public virtual void setKey(TLAbsInputPrivacyKey key)
 {
     this.key = key;
 }
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.key = StreamingUtils.readTLObject(stream, context);
 }