target property

  1. @TagNumber.new(3)
Int64 get target

用户的 client_id (chat_id)

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get target => $_getI64(2);
  1. @TagNumber.new(3)
set target (Int64 v)

Implementation

@$pb.TagNumber(3)
set target($fixnum.Int64 v) { $_setInt64(2, v); }