Inspect.Social.Friend.Detail

Provides detailed information about a friend.

Usage:

detail = Inspect.Social.Friend.Detail(friend)
details = Inspect.Social.Friend.Detail(friends)
ParameterTypeDatatypeDescription
friendparameterstringThe name of a friend to retrieve detail for.
friendsparametertableA table of names of friends to retrieve detail for.
detailresulttableDetail table for a single friend.
detailsresulttableDetail tables for all requested friends.
members
calling The friend's calling, if known.
guild The friend's current guild.
id The ID of the requested element.
level The friend's current level, if known.
name The friend's name.
note The friend's personal note.
race The friend's race, if known.
status The friend's status. Either "online", "afk", or nil.
zone The friend's current zone, if known.