moons-ta-client
    Preparing search index...

    Interface Request_RefundAttempts

    from protobuf message proto.packets.Request.RefundAttempts

    interface Request_RefundAttempts {
        count: number;
        eventId: string;
        mapId: string;
        platformId: string;
        tournamentId: string;
    }
    Index

    Properties

    count: number

    from protobuf field: int32 count = 5;

    eventId: string

    from protobuf field: string event_id = 2;

    mapId: string

    from protobuf field: string map_id = 3;

    platformId: string

    from protobuf field: string platform_id = 4;

    tournamentId: string

    from protobuf field: string tournament_id = 1;