MetaPlatformSDK_Party
Inherits: RefCounted
Represents a party.
Description
Represents a party.
Properties
Property Descriptions
int id = 0
int get_id ( )
A unique identifier of this party.
MetaPlatformSDK_UserArray invited_users
MetaPlatformSDK_UserArray get_invited_users ( )
This may be null
, which indicates that the value is not present or that the curent app or user is not permitted to access it.
MetaPlatformSDK_User leader
MetaPlatformSDK_User get_leader ( )
This may be null
, which indicates that the value is not present or that the curent app or user is not permitted to access it.
MetaPlatformSDK_UserArray users
MetaPlatformSDK_UserArray get_users ( )
This may be null
, which indicates that the value is not present or that the curent app or user is not permitted to access it.