I looked up the documentation, the add_friend accepts only one param which is the public key of the friend, but the C binding lib can add friend with a message, so I wonder if there is a way to achieve this.
I noticed that there is a FriendRequests struct, but it seems never used in the code.
Thanks for the help!