autoReply property

  1. @TagNumber.new(109)
MessageAutoReply get autoReply

自动回复问题

Implementation

@$pb.TagNumber(109)
MessageAutoReply get autoReply => $_getN(22);
  1. @TagNumber.new(109)
set autoReply (MessageAutoReply v)

Implementation

@$pb.TagNumber(109)
set autoReply(MessageAutoReply v) { setField(109, v); }