-
Notifications
You must be signed in to change notification settings - Fork 34
Communicator\Party
Kysune edited this page Feb 6, 2019
·
10 revisions
-
id [
Integer
] -
type_id [
Integer
] -
access_key [
String
] - key needed to join into party -
password [
String
] -
app_id [
String
] -
build_id [
String
] -
leader [
String
] - leader account's id -
presence_permissions [
Integer
] -
invite_permissions [
Integer
] -
flags [
Integer
] -
members [
Integer
] -
max_members [
Integer
] -
not_accepting_reason [
String
] -
party_data [
Communicator\PartyData
] -
member_data [
Communicator\PartyMemberData
]
-
party_state [
String
] -
privacy_settings [
Object
] - informations about party privacy settings -
allow_join_in_progress [
Boolean
] -
is_squad_fill [
Boolean
] - is squad fill enabled -
party_is_joined_in_progress [
Boolean
] -
game_session_id [
String
] -
game_session_key [
String
] -
connection_started [
Boolean
] -
matchmaking_result [
String
] -
matchmaking_state [
String
] -
playlist [
Object
] - informations about selected game mode
Send invite to player. Returns
Finding member by account's id.
Trying join to player.