Type Alias MessagePrivateOptions

MessagePrivateOptions: {
    content: string;
    id: string | AnyPlayerId;
    serverApiId?: string;
}