Generated

from protobuf message SC2APIProtocol.ActionChat

interface ActionChat {
    channel?: ActionChat_Channel;
    message?: string;
}

Properties

Properties

Generated

from protobuf field: optional SC2APIProtocol.ActionChat.Channel channel = 1;

message?: string

Generated

from protobuf field: optional string message = 2;

Generated using TypeDoc