Skip to main content

EOS_Lobby_RejectInviteOptions

Type Alias EOS_Lobby_RejectInviteOptions 

Source
pub type EOS_Lobby_RejectInviteOptions = _tagEOS_Lobby_RejectInviteOptions;
Expand description

Input parameters for the EOS_Lobby_RejectInvite function.

Aliased Type§

#[repr(C)]
pub struct EOS_Lobby_RejectInviteOptions { pub ApiVersion: i32, pub InviteId: *const u8, pub LocalUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LOBBY_REJECTINVITE_API_LATEST.

§InviteId: *const u8

The ID of the lobby associated with the invitation

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user who is rejecting the invitation