Exemplo n.º 1
0
 public virtual void setAction(TLDecryptedMessageAction action)
 {
     this.action = action;
 }
Exemplo n.º 2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     base.randomId = StreamingUtils.readLong(stream);
     this.action   = StreamingUtils.readTLObject(stream, context);
 }