Skip to main content

EOS_Sessions_SendInviteOptions

Type Alias EOS_Sessions_SendInviteOptions 

Source
pub type EOS_Sessions_SendInviteOptions = _tagEOS_Sessions_SendInviteOptions;
Expand description

Input parameters for the EOS_Sessions_SendInvite function.

Aliased Type§

#[repr(C)]
pub struct EOS_Sessions_SendInviteOptions { pub ApiVersion: i32, pub SessionName: *const i8, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub TargetUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_SESSIONS_SENDINVITE_API_LATEST.

§SessionName: *const i8

Name of the session associated with the invite

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user sending the invitation

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User of the remote user receiving the invitation