Function FRD_SendInvitation

Source
pub unsafe extern "C" fn FRD_SendInvitation(
    friendKeyList: *const FriendKey,
    count: u32_,
) -> Result
Expand description

Sends an invitation to the current user’s friends.

§Arguments

  • friendKeyList - The friend keys to send an invitation to.
  • count - The number of input friend keys.