pub type EOS_Lobby_SendInviteOptions = _tagEOS_Lobby_SendInviteOptions;Expand description
Input parameters for the EOS_Lobby_SendInvite function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_SendInviteOptions {
pub ApiVersion: i32,
pub LobbyId: *const u8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub TargetUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_SENDINVITE_API_LATEST.
LobbyId: *const u8The ID of the lobby associated with the invitation
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user sending the invitation
TargetUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user receiving the invitation