C_FriendList.SetFriendNotes

From Warcraft Wiki
Jump to navigation Jump to search

Sets the note text for a friend.

found = C_FriendList.SetFriendNotes(name, notes)

Arguments

name
string - name of friend in the friend list.
notes
string - the text that the friends note will be set to, up to 48 characters, anything longer will be truncated.

Returns

found
boolean - Whether the friend's note was successfully set.

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Moved to C_FriendList. The former alias SetFriendNotes is deprecated and will be removed in the following expansion.