Returns information about a member of a battle.net conversation


See also Battle.net functions.

Signature:

presenceID, unknown, displayName = BNGetConversationMemberInfo(channel, memberIndex)

Arguments:

  • channel - The index of the channel you want member info for (number)
  • memberIndex - The index of the member you want info for (number)

Returns:

  • presenceID - This number seems to be the same as the presence ID of the RealID friend (number)
  • unknown - Unknown (ID?) (number)
  • displayName - The name that gets displayed with chat messages. Real name for friends, charname for FoF (string)
This documentation is either in the process of being created, or needs to be reviewed for accuracy. Please feel free to share any findings by clicking on the 'Edit' tab at the top of the content area or by posting your findings on the forums.