Generated

from protobuf message SC2APIProtocol.ChatReceived

interface ChatReceived {
    message?: string;
    playerId?: number;
}

Properties

Properties

message?: string

Generated

from protobuf field: optional string message = 2;

playerId?: number

Generated

from protobuf field: optional uint32 player_id = 1;

Generated using TypeDoc