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 i8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_REJECTINVITE_API_LATEST.
InviteId: *const i8The ID of the lobby associated with the invitation
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who is rejecting the invitation