Example #1
0
 public virtual void setFullChat(TLAbsChatFull value)
 {
     this.fullChat = value;
 }
Example #2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.fullChat = StreamingUtils.readTLObject(stream, context);
     this.chats    = StreamingUtils.readTLVector(stream, context);
     this.users    = StreamingUtils.readTLVector(stream, context);
 }