interface GetPlayer {
    CurrentPartyID: string;
    Invites: any;
    PlatformInfo: ClientPlatfrom;
    Requests: any[];
    Subject: string;
    Version: number;
}

Properties

CurrentPartyID: string
Invites: any
PlatformInfo: ClientPlatfrom
Requests: any[]
Subject: string
Version: number