pub type EOS_Sessions_RejectInviteOptions = _tagEOS_Sessions_RejectInviteOptions;Expand description
Input parameters for the EOS_Sessions_RejectInvite function.
Aliased Type§
#[repr(C)]pub struct EOS_Sessions_RejectInviteOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub InviteId: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_SESSIONS_REJECTINVITE_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user rejecting the invitation
InviteId: *const i8The invite ID to reject