moons-ta-client
    Preparing search index...

    Interface Event_MatchDeleted

    from protobuf message proto.packets.Event.MatchDeleted

    interface Event_MatchDeleted {
        match?: Match;
        tournamentId: string;
    }
    Index

    Properties

    Properties

    match?: Match

    from protobuf field: proto.models.Match match = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;