inReplyTo property

  1. @TagNumber(7)
Int64 inReplyTo

Implementation

@$pb.TagNumber(7)
$fixnum.Int64 get inReplyTo => $_getI64(6);
  1. @TagNumber(7)
void inReplyTo=(Int64 v)

Implementation

@$pb.TagNumber(7)
set inReplyTo($fixnum.Int64 v) { $_setInt64(6, v); }