lastMessageBy property
Stores the username of the user who added the last message
Implementation
@$pb.TagNumber(62)
$core.String get lastMessageBy => $_getSZ(14);
Implementation
@$pb.TagNumber(62)
set lastMessageBy($core.String value) => $_setString(14, value);