moons-ta-client
    Preparing search index...

    Interface Event_MatchUpdated

    from protobuf message proto.packets.Event.MatchUpdated

    interface Event_MatchUpdated {
        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;