pub type EOS_CustomInvites_SendCustomInviteOptions = _tagEOS_CustomInvites_SendCustomInviteOptions;Expand description
Input parameters for the EOS_CustomInvites_SendCustomInvite function.
Aliased Type§
#[repr(C)]pub struct EOS_CustomInvites_SendCustomInviteOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub TargetUserIds: *mut *mut EOS_ProductUserIdDetails,
pub TargetUserIdsCount: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_CUSTOMINVITES_SENDCUSTOMINVITE_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsLocal user sending a CustomInvite
TargetUserIds: *mut *mut EOS_ProductUserIdDetailsUsers to whom the invites should be sent
TargetUserIdsCount: u32The number of users we are sending to